From 209932da8b99f0f15734c0ac7cbb9365c785d41f Mon Sep 17 00:00:00 2001 From: Simran Date: Tue, 27 Mar 2018 18:29:19 +0200 Subject: [PATCH] Doc - Use relative links for cross references (#4904) --- Documentation/Books/Manual/Graphs/README.md | 2 +- Documentation/Books/Manual/README.md | 4 ++-- Documentation/Books/Manual/ReleaseNotes/KnownIssues32.md | 2 +- Documentation/Books/Manual/ReleaseNotes/NewFeatures24.md | 2 +- Documentation/Books/Manual/ReleaseNotes/NewFeatures26.md | 2 +- .../Books/Manual/ReleaseNotes/UpgradingChanges27.md | 2 +- .../Books/Manual/ReleaseNotes/UpgradingChanges30.md | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/Books/Manual/Graphs/README.md b/Documentation/Books/Manual/Graphs/README.md index b229dfbc51..2826b7059b 100644 --- a/Documentation/Books/Manual/Graphs/README.md +++ b/Documentation/Books/Manual/Graphs/README.md @@ -291,7 +291,7 @@ The above referenced chapters describe the various APIs of ArangoDBs graph engin - [Traversing a graph in full depth](../../Cookbook/Graph/FulldepthTraversal.html) - [Using an example vertex with the java driver](../../Cookbook/Graph/JavaDriverGraphExampleVertex.html) - - [Retrieving documents from ArangoDB without knowing the structure](https://docs.arangodb.com/cookbook/Graph/JavaDriverBaseDocument.html) + - [Retrieving documents from ArangoDB without knowing the structure](../../Cookbook/UseCases/JavaDriverBaseDocument.html) - [Using a custom visitor from node.js](../../Cookbook/Graph/CustomVisitorFromNodeJs.html) - [AQL Example Queries on an Actors and Movies Database](../../Cookbook/Graph/ExampleActorsAndMovies.html) diff --git a/Documentation/Books/Manual/README.md b/Documentation/Books/Manual/README.md index 02867e7264..4c391346ba 100644 --- a/Documentation/Books/Manual/README.md +++ b/Documentation/Books/Manual/README.md @@ -25,8 +25,8 @@ The documentation is organized in four handbooks: Features are illustrated with interactive usage examples; you can cut'n'paste them into [arangosh](Administration/Arangosh/README.md) to try them out. The HTTP [REST-API](../HTTP/index.html) for driver developers is demonstrated with cut'n'paste -recepies intended to be used with the [cURL](http://curl.haxx.se). Drivers may provide -their own examples based on these .js based examples to improve understandeability +recipes intended to be used with the [cURL](http://curl.haxx.se). Drivers may provide +their own examples based on these .js based examples to improve understandability for their respective users, i.e. for the [java driver](https://github.com/arangodb/arangodb-java-driver#learn-more) some of the samples are re-implemented. diff --git a/Documentation/Books/Manual/ReleaseNotes/KnownIssues32.md b/Documentation/Books/Manual/ReleaseNotes/KnownIssues32.md index 2ebad471ac..67e7e4dbff 100644 --- a/Documentation/Books/Manual/ReleaseNotes/KnownIssues32.md +++ b/Documentation/Books/Manual/ReleaseNotes/KnownIssues32.md @@ -102,5 +102,5 @@ Mac OS X OpenSSL 1.1 ----------- - * ArangoDB has been tested with OpenSSL 1.0 only and won't build against 1.1 when compiling on your own. See [here](../../cookbook/Compiling/OpenSSL.html) + * ArangoDB has been tested with OpenSSL 1.0 only and won't build against 1.1 when compiling on your own. See [here](../../Cookbook/Compiling/OpenSSL.html) for how to compile on systems that ship OpenSSL 1.1 by default. diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures24.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures24.md index da0d2e9b4a..1d98ec5ad7 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures24.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures24.md @@ -64,7 +64,7 @@ is here: * [part 2](https://www.arangodb.com/2014/12/02/building-hypermedia-apis-design) * [part 3](https://www.arangodb.com/2014/12/08/building-hypermedia-apis-foxxgenerator) -A cookbook recipe for getting started with FoxxGenerator is [here](https://docs.arangodb.com/2.8/cookbook/FoxxGeneratorFirstSteps.html). +A cookbook recipe for getting started with FoxxGenerator is [here](https://docs.arangodb.com/2.8/Cookbook/FoxxGeneratorFirstSteps.html). AQL improvements ---------------- diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures26.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures26.md index 0ddac788ce..52597728f0 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures26.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures26.md @@ -212,7 +212,7 @@ You can now write tests for your Foxx apps using the Mocha testing framework: https://www.arangodb.com/2015/04/testing-foxx-mocha/ A recipe for writing tests for your Foxx apps can be found in the cookbook: -https://docs.arangodb.com/2.8/cookbook/FoxxTesting.html +https://docs.arangodb.com/2.8/Cookbook/FoxxTesting.html ### API Documentation diff --git a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges27.md b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges27.md index 7c21b33757..8d5207f7f0 100644 --- a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges27.md +++ b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges27.md @@ -64,7 +64,7 @@ The properties `setup` and `teardown` have been moved into the `scripts` propert ### Foxx Queues -Function-based Foxx Queue job types are no longer supported. To learn about how you can use the new script-based job types [follow the updated recipe in the cookbook](https://docs.arangodb.com/2.8/cookbook/FoxxQueues.html). +Function-based Foxx Queue job types are no longer supported. To learn about how you can use the new script-based job types [follow the updated recipe in the cookbook](https://docs.arangodb.com/2.8/Cookbook/FoxxQueues.html). ### Foxx Sessions diff --git a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges30.md b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges30.md index a2488a5636..8552b9eb72 100644 --- a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges30.md +++ b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges30.md @@ -149,7 +149,7 @@ The functions: * GRAPH_PATHS * GRAPH_VERTICES -are covered in [Migrating GRAPH_* Functions from 2.8 or earlier to 3.0](https://docs.arangodb.com/cookbook/AQL/MigratingGraphFunctionsTo3.html) +are covered in [Migrating GRAPH_* Functions from 2.8 or earlier to 3.0](../../Cookbook/AQL/MigratingGraphFunctionsTo3.html) * GRAPH_ABSOLUTE_BETWEENNESS * GRAPH_ABSOLUTE_CLOSENESS @@ -160,7 +160,7 @@ are covered in [Migrating GRAPH_* Functions from 2.8 or earlier to 3.0](https:// * GRAPH_ECCENTRICITY * GRAPH_RADIUS -are covered in [Migrating GRAPH_* Measurements from 2.8 or earlier to 3.0](https://docs.arangodb.com/cookbook/AQL/MigratingMeasurementsTo3.html) +are covered in [Migrating GRAPH_* Measurements from 2.8 or earlier to 3.0](../../Cookbook/AQL/MigratingMeasurementsTo3.html) * EDGES * NEIGHBORS @@ -168,7 +168,7 @@ are covered in [Migrating GRAPH_* Measurements from 2.8 or earlier to 3.0](https * TRAVERSAL * TRAVERSAL_TREE -are covered in [Migrating anonymous graph functions from 2.8 or earlier to 3.0](https://docs.arangodb.com/3/cookbook/AQL/MigratingEdgeFunctionsTo3.html) +are covered in [Migrating anonymous graph functions from 2.8 or earlier to 3.0](../../Cookbook/AQL/MigratingEdgeFunctionsTo3.html) ### Typecasting functions