docs: Update cross-genome linking strategy documentation
This commit is contained in:
parent
6558ee486a
commit
1717752ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ private: true | false
|
|||
### Links
|
||||
|
||||
- Internal: `[[folder/file]]` — Obsidian wikilinks only. Never `[text](url)` for internal refs.
|
||||
- Cross-genome: `[[../genome-target/wiki/folder/file]]`.
|
||||
- Cross-genome: NOT via wikilink (submodule pointers make relative paths brittle). A concept owned by another genome is pulled in by the navigation skill as a raw under `raw/articles/crossgen-<topic>-<date>.md`, then ingested here normally. See master `AGENTS.md` §Cross-Genome Pull.
|
||||
- External: `[text](https://...)`.
|
||||
|
||||
### Index entries
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue