Skip to content

Commit 23ad54a

Browse files
committed
Fix internal links to anchors
1 parent da3456f commit 23ad54a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

site/content/3.10/arangograph/notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ passwords, and endpoint URLs.
2020

2121
![ArangoGraph Notebooks Architecture](../../images/arangograph-notebooks-architecture.png)
2222

23-
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](.#arangograph-magic-commands)
23+
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](#arangograph-magic-commands)
2424
that answer questions like:
2525
- What ArangoDB database am I connected to at the moment?
2626
- What data does the ArangoDB instance contain?

site/content/3.10/develop/http-api/general-request-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ HTTP request. The server executes the jobs from the queue asynchronously as fast
139139
as possible, while clients can continue to do other work.
140140

141141
If the server queue is full (i.e. contains as many jobs as specified by the
142-
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#arangodb-server-options)
142+
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#--servermaximal-queue-size)
143143
startup option), then the request is rejected instantly with an HTTP
144144
`503 Service Unavailable` status code.
145145

site/content/3.11/arangograph/notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ passwords, and endpoint URLs.
2020

2121
![ArangoGraph Notebooks Architecture](../../images/arangograph-notebooks-architecture.png)
2222

23-
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](.#arangograph-magic-commands)
23+
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](#arangograph-magic-commands)
2424
that answer questions like:
2525
- What ArangoDB database am I connected to at the moment?
2626
- What data does the ArangoDB instance contain?

site/content/3.11/develop/http-api/general-request-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ HTTP request. The server executes the jobs from the queue asynchronously as fast
139139
as possible, while clients can continue to do other work.
140140

141141
If the server queue is full (i.e. contains as many jobs as specified by the
142-
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#arangodb-server-options)
142+
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#--servermaximal-queue-size)
143143
startup option), then the request is rejected instantly with an HTTP
144144
`503 Service Unavailable` status code.
145145

site/content/3.11/release-notes/version-3.11/whats-new-in-3-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ To enable tracing for traversals and path searches at startup, you can set
10721072
`--log.level graphs=trace`.
10731073

10741074
To enable or disable it at runtime, you can call the
1075-
[`PUT /_admin/log/level`](../../develop/http-api/monitoring/logs.md#set-the-sersver-log-levels)
1075+
[`PUT /_admin/log/level`](../../develop/http-api/monitoring/logs.md#set-the-server-log-levels)
10761076
endpoint of the HTTP API and set the log level using a request body like
10771077
`{"graphs":"TRACE"}`.
10781078

site/content/3.12/arangograph/notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ passwords, and endpoint URLs.
2020

2121
![ArangoGraph Notebooks Architecture](../../images/arangograph-notebooks-architecture.png)
2222

23-
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](.#arangograph-magic-commands)
23+
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](#arangograph-magic-commands)
2424
that answer questions like:
2525
- What ArangoDB database am I connected to at the moment?
2626
- What data does the ArangoDB instance contain?

site/content/3.12/develop/http-api/general-request-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ HTTP request. The server executes the jobs from the queue asynchronously as fast
139139
as possible, while clients can continue to do other work.
140140

141141
If the server queue is full (i.e. contains as many jobs as specified by the
142-
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#arangodb-server-options)
142+
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#--servermaximal-queue-size)
143143
startup option), then the request is rejected instantly with an HTTP
144144
`503 Service Unavailable` status code.
145145

site/content/3.12/release-notes/version-3.11/whats-new-in-3-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ To enable tracing for traversals and path searches at startup, you can set
10721072
`--log.level graphs=trace`.
10731073

10741074
To enable or disable it at runtime, you can call the
1075-
[`PUT /_admin/log/level`](../../develop/http-api/monitoring/logs.md#set-the-sersver-log-levels)
1075+
[`PUT /_admin/log/level`](../../develop/http-api/monitoring/logs.md#set-the-server-log-levels)
10761076
endpoint of the HTTP API and set the log level using a request body like
10771077
`{"graphs":"TRACE"}`.
10781078

site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ memory limit and not just 56% of it.
9393

9494
## Higher reported memory usage for AQL queries
9595

96-
Due to the [improved memory accounting in v3.12](whats-new-in-3-12.md#improved-memory-accounting),
96+
Due to the [improved memory accounting in v3.12](whats-new-in-3-12.md#improved-memory-accounting-and-usage),
9797
certain AQL queries may now get aborted because they exceed the defined
9898
memory limit but didn't get killed in previous versions. This is because of the
9999
more accurate memory tracking that reports a higher (actual) usage now. It allows

0 commit comments

Comments
 (0)