Skip to content

Commit b18138a

Browse files
fix: broken code links
fixes logseq/logseq#12194
1 parent 9c0e2fc commit b18138a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/Advanced Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,4 +409,4 @@ description:: Advanced queries are written with [Datalog](https://en.wikipedia.o
409409
- [Datomic query documentation](https://docs.datomic.com/query.html) - Thorough reference for datomic dialect of Datalog. Explains most datalog concepts well
410410
- https://nextjournal.com/try/learn-xtdb-datalog-today/learn-xtdb-datalog-today - Interactive datalog tutorial for engineers
411411
- [Datascript's intro docs](https://github.com/tonsky/datascript/wiki/Getting-started)
412-
- [Logseq's database schema](https://github.com/logseq/logseq/blob/master/deps/db/src/logseq/db/schema.cljs)
412+
- [Logseq's database schema](https://github.com/logseq/logseq/blob/master/deps/db/src/logseq/db/file_based/schema.cljs)

pages/config edn file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description:: Local config file, `logseq/config.edn`, is the main configuration
88
- Alternatively, edit your graph's config file located at `logseq/config.edn`.
99
- Some options are editable via the UI from other tabs in Settings.
1010
- ## Functionality
11-
- See the [config.edn template](https://github.com/logseq/logseq/blob/master/src/resources/templates/config.edn) for documentation on all config options.
11+
- See the [config.edn template](https://github.com/logseq/logseq/blob/master/deps/common/resources/templates/config.edn) for documentation on all config options.
1212
- See [[Basic settings]] for config options that have a UI.
1313
- This file can be edited outside Logseq and the effects will take place in a few seconds.
1414
- Config options are validated when a user saves the file. Errors are displayed for invalid config options.

0 commit comments

Comments
 (0)