8000 Remove/replace links to pages that get redirected (#1306) · larsborn/arangodb-docs@e772012 · GitHub
[go: up one dir, main page]

Skip to content

Commit e772012

Browse files
Simran-Bnerpaula
andauthored
Remove/replace links to pages that get redirected (arangodb#1306)
* Remove/replace links to pages that get redirected * Resolve another link --------- Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent 5dadc1a commit e772012

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

3.10/appendix-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ replace the old features with:
196196
While the _arangoimport_ executable will remain, the _arangoimp_ alias will be
197197
removed in a future version of ArangoDB.
198198

199-
- **HTTP and JavaScript traversal APIs**: The [HTTP traversal API](http/traversal.html)
199+
- **HTTP and JavaScript traversal APIs**: The HTTP traversal API
200200
is deprecated since version 3.4.0. The JavaScript traversal module
201201
`@arangodb/graph/traversal` is also deprecated since then. The preferred way
202202
to traverse graphs is via AQL.

3.10/quick-start-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ This chapter introduces ArangoDB's core concepts and covers the following:
1313
documentation
1414

1515
You can also find examples on how to interact with the database system
16-
using [arangosh](programs-arangosh.html), e.g. how to create and
17-
drop databases / collections, or how to save, update, replace and remove
18-
documents. You can do all this using the [web interface](getting-started-web-interface.html)
19-
as well.
16+
using ArangoDB's command-line tool called [arangosh](programs-arangosh.html).
17+
To learn more about the ways you can use and communicate with ArangoDB servers,
18+
see [How to Interact With ArangoDB](how-to-interact-with-arangodb.html).
19+
For example, you can create and drop databases/collections as well as save,
20+
update, replace, and remove documents using ArangoDB's web interface or a driver.
2021

2122
Learn more about ArangoDB's [data model and concepts](data-model-and-concepts.html).
2223

3.10/release-notes-upgrading-changes310.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,21 @@ and thus enable the new polygon parsing.
6363

6464
Note that linear rings are not normalized automatically from version 3.10 onward,
6565
following the [GeoJSON standard](https://datatracker.ietf.org/doc/html/rfc7946){:target="_blank"}.
66-
The 'interior' of a polygon strictly conforms to the GeoJSON standard:
66+
The "interior" of a polygon strictly conforms to the GeoJSON standard:
6767
it lies to the left of the boundary line (in the direction of travel along the
6868
boundary line on the surface of the Earth). This can be the "larger" connected
6969
component of the surface, or the smaller one. Note that this differs from the
70-
[interpretation of GeoJSON polygons in version 3.9](../3.9/indexing-geo.html#polygon)
71-
and older. This can mean that old polygon GeoJSON data in the data 8000 base is
70+
interpretation of GeoJSON polygons in version 3.9 and older:
71+
72+
| `legacyPolygons` enabled | `legacyPolygons` disabled |
73+
|:-------------------------|:--------------------------|
74+
| The smaller of the two regions defined by a linear ring is interpreted as the interior of the ring. | The area to the left of the boundary ring's path is considered to be the interior. |
75+
| A ring can at most enclose half the Earth's surface | A ring can enclose the entire surface of the Earth |
76+
77+
This can mean that old polygon GeoJSON data in the database is
7278
suddenly interpreted in a different way. See
7379
[Legacy Polygons](indexing-geo.html#legacy-polygons) for details.
80+
Also see the definition of [Polygons](indexing-geo.html#polygon).
7481

7582
Maximum Array / Object Nesting
7683
------------------------------

3.11/appendix-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ replace the old features with:
196196
While the _arangoimport_ executable will remain, the _arangoimp_ alias will be
197197
removed in a future version of ArangoDB.
198198

199-
- **HTTP and JavaScript traversal APIs**: The [HTTP traversal API](http/traversal.html)
199+
- **HTTP and JavaScript traversal APIs**: The HTTP traversal API
200200
is deprecated since version 3.4.0. The JavaScript traversal module
201201
`@arangodb/graph/traversal` is also deprecated since then. The preferred way
202202
to traverse graphs is via AQL.

3.11/quick-start-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ This chapter introduces ArangoDB's core concepts and covers the following:
1313
documentation
1414

1515
You can also find examples on how to interact with the database system
16-
using [arangosh](programs-arangosh.html), e.g. how to create and
17-
drop databases / collections, or how to save, update, replace and remove
18-
documents. You can do all this using the [web interface](getting-started-web-interface.html)
19-
as well.
16+
using ArangoDB's command-line tool called [arangosh](programs-arangosh.html).
17+
To learn more about the ways you can use and communicate with ArangoDB servers,
18+
see [How to Interact With ArangoDB](how-to-interact-with-arangodb.html).
19+
For example, you can create and drop databases/collections as well as save,
20+
update, replace, and remove documents using ArangoDB's web interface or a driver.
2021

2122
Learn more about ArangoDB's [data model and concepts](data-model-and-concepts.html).
2223

0 commit comments

Comments
 (0)
0