Convert markdown links to repo-relative paths

Replace absolute local filesystem markdown links with repository-relative targets and drop local :line suffixes so links resolve consistently across environments.
This commit is contained in:
Jason Thistlethwaite
2026-05-06 05:06:47 -04:00
parent 38e06da3a6
commit 1f4c3d35ef
2 changed files with 41 additions and 41 deletions
+11 -11
View File
@@ -77,25 +77,25 @@ embedding calls.
Top-level docs:
- [README.md](/home/iadnah/redmine/README.md:1)
- [docs/event_outbox_spec.md](/home/iadnah/redmine/docs/event_outbox_spec.md:1)
- [docs/redmineup_local_fork_changelog.md](/home/iadnah/redmine/docs/redmineup_local_fork_changelog.md:1)
- [docs/pre_existing_issues.md](/home/iadnah/redmine/docs/pre_existing_issues.md:1)
- [README.md](README.md)
- [docs/event_outbox_spec.md](docs/event_outbox_spec.md)
- [docs/redmineup_local_fork_changelog.md](docs/redmineup_local_fork_changelog.md)
- [docs/pre_existing_issues.md](docs/pre_existing_issues.md)
Main scripts:
- [redmine_contacts.py](/home/iadnah/redmine/redmine_contacts.py:1)
- [redmine_helpdesk_search.py](/home/iadnah/redmine/redmine_helpdesk_search.py:1)
- [redmine_outbox_worker.py](/home/iadnah/redmine/redmine_outbox_worker.py:1)
- [redmine_contacts.py](redmine_contacts.py)
- [redmine_helpdesk_search.py](redmine_helpdesk_search.py)
- [redmine_outbox_worker.py](redmine_outbox_worker.py)
Local Redmine copy:
- [redmine-copy](/home/iadnah/redmine/redmine-copy)
- [redmine-copy](redmine-copy)
Important local plugin paths:
- [redmine-copy/plugins/redmine_event_outbox](/home/iadnah/redmine/redmine-copy/plugins/redmine_event_outbox)
- [redmine-copy/plugins/redmine_contacts_helpdesk](/home/iadnah/redmine/redmine-copy/plugins/redmine_contacts_helpdesk)
- [redmine-copy/plugins/redmine_event_outbox](redmine-copy/plugins/redmine_event_outbox)
- [redmine-copy/plugins/redmine_contacts_helpdesk](redmine-copy/plugins/redmine_contacts_helpdesk)
## What Has Already Been Done
@@ -231,7 +231,7 @@ Existing rollback archives:
Read:
- [docs/pre_existing_issues.md](/home/iadnah/redmine/docs/pre_existing_issues.md:1)
- [docs/pre_existing_issues.md](docs/pre_existing_issues.md)
Especially remember: