Skip to content

Commit db0e781

Browse files
authored
Fix docs links (#767)
* Fix docs links * Finalfix
1 parent f20c1da commit db0e781

File tree

8 files changed

+7
-23
lines changed

8 files changed

+7
-23
lines changed

docs/en/src/column-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ It contains the following fields.
334334
[29]: #size
335335
[30]: #permission
336336
[31]: #resolved-node-metadata
337-
[32]: general-config.md#tabletree
337+
[32]: general-config.md#xplrconfiggeneraltabletree
338338
[33]: node-type.md#meta
339339
[34]: #created
340340
[35]: #last_modified

docs/en/src/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ sudo cp target/release/xplr /usr/local/bin/
261261
[22]: https://git-scm.com/
262262
[23]: https://github.com/sayanarijit/xplr/assets/11632726/3b61e8c8-76f0-48e8-8734-50e9e7e495b7
263263
[25]: https://gifyu.com/image/tF2D
264-
[26]: https://github.com/sayanarijit/xplr/releases/latest/download/xplr-linux-musl.tar.gz
265264
[27]: https://pkgs.alpinelinux.org/packages?name=xplr
266265
[28]: https://gpo.zugaina.org/Overlays/guru/app-misc/xplr
267266
[29]: https://formulae.brew.sh/formula/coreutils

docs/en/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Some of the coolest features xplr provide beside the basic stuff:
9595
[9]: https://github.com/sayanarijit/xplr/pull/397
9696
[10]: messages.md
9797
[11]: configure-key-bindings.md
98-
[12]: mode.md#input-pipe
98+
[12]: environment-variables-and-pipes.md
9999
[13]: lua-function-calls.md
100100
[14]: awesome-plugins.md#integration
101101
[15]: awesome-integrations.md

docs/en/src/key-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ way, refer to the [Debug Key Bindings][3] guide.
1313
[1]: default-key-bindings.md
1414
[2]: configure-key-bindings.md
1515
[3]: debug-key-bindings.md
16-
[4]: modes.md#mode
16+
[4]: modes.md

docs/en/src/layout.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,13 +540,7 @@ Hence, only the following fields are available.
540540

541541
- [xplr.config.layouts][51]
542542

543-
[1]: #builtin
544-
[2]: #custom
545543
[3]: #layout
546-
[4]: #default
547-
[5]: #no_help
548-
[6]: #no_selection
549-
[7]: #no_help_no_selection
550544
[8]: #nothing
551545
[9]: #table
552546
[10]: #inputandlogs

docs/en/src/lua-function-calls.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,18 +377,13 @@ Type: nullable [Node Searcher Applicable][82]
377377
- [xplr.util][85]
378378

379379
[7]: https://www.json.org
380-
[8]: modes.md#mode
381-
[9]: modes.md#builtin
382-
[10]: modes.md#custom
380+
[8]: mode.md#mode
383381
[11]: layouts.md
384-
[12]: layouts.md#builtin
385-
[13]: layouts.md#custom
386382
[14]: #lua-context
387383
[15]: filtering.md#filter
388384
[16]: filtering.md
389385
[17]: sorting.md#sorter
390386
[29]: #version
391-
[30]: #config
392387
[31]: #pwd
393388
[32]: #focused_node
394389
[33]: #directory_buffer

docs/en/src/mode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ If set, this prompt will be displayed in the input buffer when in this mode.
5151

5252
- [xplr.config.modes][12]
5353

54-
[1]: #builtin
55-
[2]: #custom
56-
[3]: #mode
57-
[4]: default-key-bindings.md
5854
[5]: #name
5955
[6]: #help
6056
[7]: #extra_help

docs/en/src/node-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ xplr.config.node_types.file = {
2828

2929
- [xplr.config.node_types][6]
3030

31-
[1]: node_types.md#directory
32-
[2]: node_types.md#file
33-
[3]: node_types.md#symlink
31+
[1]: node_types.md#xplrconfignode_typesdirectorymetaicon
32+
[2]: node_types.md#xplrconfignode_typesfilemetaicon
33+
[3]: node_types.md#xplrconfignode_typessymlinkmetaicon
3434
[4]: #meta
3535
[5]: style.md
3636
[6]: node_types.md

0 commit comments

Comments
 (0)