diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-02 01:56:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-02 01:56:39 +0700 |
| commit | c88018b2d1363323b689d219fab4230373ce7606 (patch) | |
| tree | 9eff2f3f9ffb631f064254959481bc105501b472 | |
| parent | 8f89fa9819bcd92565f377fc1b2a1a9ef2ed91fd (diff) | |
| download | pakakeh.go-c88018b2d1363323b689d219fab4230373ce7606.tar.xz | |
_doc: fix broken links
Using [jarink] we can found which links are broken.
[jarink]: https://kilabit.info/project/jarink/
| -rw-r--r-- | _doc/CHANGELOG_2022.adoc | 4 | ||||
| -rw-r--r-- | _doc/CHANGELOG_2023.adoc | 2 | ||||
| -rw-r--r-- | _doc/CHANGELOG_2024.adoc | 2 | ||||
| -rw-r--r-- | _doc/RFC_4422__SASL.adoc | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/_doc/CHANGELOG_2022.adoc b/_doc/CHANGELOG_2022.adoc index 80f06797..7609f7c2 100644 --- a/_doc/CHANGELOG_2022.adoc +++ b/_doc/CHANGELOG_2022.adoc @@ -65,8 +65,8 @@ lib/http: sanitize ServerUrl and request path:: -- This is to fix double slash in case the ServerUrl end with it and the request path begin with it. -For example, "http://127.0.0.1/" and "/" should send request to -"http://127.0.0.1/" not "http://127.0.0.1//". +For example, "\http://127.0.0.1/" and "/" should send request to +"\http://127.0.0.1/" not "\http://127.0.0.1//". -- lib/ssh: try both ssh agent and IdentityFile:: diff --git a/_doc/CHANGELOG_2023.adoc b/_doc/CHANGELOG_2023.adoc index 1e1f6899..dd4e74f2 100644 --- a/_doc/CHANGELOG_2023.adoc +++ b/_doc/CHANGELOG_2023.adoc @@ -911,7 +911,7 @@ idea. lib/test: update documentation related to Assert and Data:: + The documentation is based on the article published at -https://kilabit.local/journal/2023/go_test_data/ +https://kilabit.info/journal/2023/go_test_data/ after reviewing and explain how to use both of them to public. all: record the contributors of this module in file AUTHORS:: diff --git a/_doc/CHANGELOG_2024.adoc b/_doc/CHANGELOG_2024.adoc index cc9a4256..78b93791 100644 --- a/_doc/CHANGELOG_2024.adoc +++ b/_doc/CHANGELOG_2024.adoc @@ -282,7 +282,7 @@ handle multiple options. telegram/bot: fix Webhook URL registration:: + -Using [path.Join] cause "https://domain" become "https:/domain" which +Using [path.Join] cause "\https://domain" become "\https:/domain" which is not a valid URL. This bug caused by refactoring in b89afa24f. diff --git a/_doc/RFC_4422__SASL.adoc b/_doc/RFC_4422__SASL.adoc index 649dcbde..f1efb77f 100644 --- a/_doc/RFC_4422__SASL.adoc +++ b/_doc/RFC_4422__SASL.adoc @@ -280,4 +280,4 @@ services. The SASL mechanism registry is maintained by IANA. The registry is currently available at -<http://www.iana.org/assignments/sasl-mechanisms>. +https://www.iana.org/assignments/sasl-mechanisms . |
