Skip to content

Commit c859d0c

Browse files
committed
fix link, add ref links
1 parent 0f74c9a commit c859d0c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/basics/cmdline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ q)h"aa:10#aa"
8585
q)
8686
```
8787

88-
Use `\_` to check if client write-access is blocked:
88+
Use [`\_`](syscmds.md#_-hide-q-code) to check if client write-access is blocked:
8989

9090
```q
9191
~/q$ q -b
@@ -184,7 +184,7 @@ Log updates to filesystem.
184184
-L
185185
```
186186

187-
As `-l`, but sync logging.
187+
As [`-l`](#-l-log-updates), but sync logging.
188188

189189
:fontawesome-solid-graduation-cap:
190190
[Logging](../kb/logging.md)

docs/basics/memory-backed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Memory can be backed by a filesystem, allowing use of DAX-enabled filesystems (e
1414

1515
:fontawesome-solid-book-open:
1616
Command-line options [`-m`](cmdline.md#-m-memory-domain),
17-
[`-w`](cmdline.md#-m-workspace),
17+
[`-w`](cmdline.md#-w-workspace),
1818
System command [`\w`](syscmds.md#w-workspace)
1919
<br>
2020
:fontawesome-solid-book:

docs/basics/syscmds.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,9 @@ q)read0`:t1.q_ / file contents are scrambled
998998
"S\014%\210\0273\245"
999999
```
10001000

1001+
:fontawesome-solid-book-open:
1002+
[Protecting proprietary code](../wp/permissions/index.md#protecting-proprietary-code)
1003+
10011004

10021005
## `\` (terminate)
10031006

0 commit comments

Comments
 (0)