Commit 1ce8900
authored
Fix broken anchor in OGC API Processes Core doc links (#799)
The OGC_API_PROCESSES_CORE_DOC_URI base had a stray slash after the
hash (#/req_core_), producing anchor links like
...18-062r3.html#/req_core_process-execute-sync-many-json that do not
resolve. All sibling rulesets use #req_..._ with no slash; this aligns
processes-core with them.
Fixes #7831 parent 509d3d6 commit 1ce8900
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments