Replace docs.opensips.org URLs with repo relative paths - #4130
Open
dariusstefan wants to merge 1 commit into
Open
Replace docs.opensips.org URLs with repo relative paths#4130dariusstefan wants to merge 1 commit into
dariusstefan wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates OpenSIPS documentation Markdown files to stop referencing https://docs.opensips.org/... and instead use repository-relative paths into docs/manual/ (and related module docs), improving portability and offline/local rendering.
Changes:
- Replaced multiple hosted docs URLs with repo-relative links across module READMEs and manual pages.
- Updated several intra-repo links to include more precise file/anchor targets (e.g., core vars/functions/parameters, MI/events/status-report interfaces).
- Cleaned up a few previously malformed Markdown links while converting URLs.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| net/proto_udp/README.md | Switches mpath reference to repo-relative manual link. |
| net/proto_tcp/README.md | Switches mpath reference to repo-relative manual link. |
| modules/uac_registrant/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/sql_cacher/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/sipmsgops/README.md | Replaces $cT docs link with repo-relative manual link + anchor. |
| modules/proto_sctp/README.md | Switches mpath reference to repo-relative manual link. |
| modules/pike/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/osp/README.md | Replaces core variables URL with repo-relative manual page link. |
| modules/event_routing/README.md | Replaces Event Interface URL with repo-relative manual link(s). |
| modules/drouting/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/dispatcher/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/dialplan/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/clusterer/README.md | Replaces Status/Report docs URL with repo-relative manual page link. |
| modules/call_control/README.md | Replaces scripting variables URL with repo-relative manual page link. |
| modules/call_center/README.md | Updates internal anchor usage for “exported mi functions” link. |
| modules/aaa_radius/README.md | Replaces scripting variables URL with repo-relative manual page link. |
| docs/manual/Script-Syntax.md | Replaces hosted links with repo-relative links for xlog/xlog_buf_size and PV docs. |
| docs/manual/Script-Routes.md | Replaces hosted links with repo-relative links to $return and assert. |
| docs/manual/Script-CoreParameters.md | Replaces hosted links with repo-relative links to assert, force_tcp_alias(), and xlog(). |
| docs/manual/Script-CoreFunctions.md | Fixes incorrect hosted-link targets to correct repo-relative references for assert behavior. |
| docs/manual/Interface-StatusReport.md | Converts core function/MI/events references to repo-relative links and anchors. |
| docs/manual/Interface-CoreMI.md | Converts blacklist + status_report references to repo-relative links and anchors. |
| docs/manual/Interface-CoreEvents.md | Converts core parameter references to repo-relative links. |
| docs/manual/Interface-Binary.md | Converts tcp_workers and module doc references to repo-relative links/anchors; fixes bin_send() signature formatting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -46,7 +46,7 @@ provisioning purposes - the *cc_flows* and | |||
| [DB schema](https://docs.opensips.org/manual/devel/install-dbschema/). | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.