You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(sdks): fix cross-SDK README dead links; cover them in link check
The sdks/<lang>/README.md cross-references were written as
`sdks/<other>/README.md`, which resolves relative to the current file and 404s
on GitHub. Fix to `../<other>/README.md`. Also fix sdks/cpp/README.md relative
paths (docs/guides/integration.md -> ../../docs/sdks/cpp/integration.md;
proto/ and docs/api/ need an ../../ prefix) and drop a dead Lua-binding link
in the skynet example (no Lua SDK in this repo).
Now that the SDK READMEs are clean, include them in check-docs-links.sh scope
and add sdks/**/README.md to the docs-check trigger paths so the CI gate
covers them.
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: sdks/cpp/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ Croupier C++ SDK 是 [Croupier](https://github.com/cuihairu/croupier) 游戏后
67
67
68
68
| 语言 | 目录 | CI | Docs |
69
69
| --- | --- | --- | --- |
70
-
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](sdks/go/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](../go/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](sdks/go/README.md)|
78
-
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](sdks/cpp/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](../go/README.md)|
78
+
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](../cpp/README.md)|
Copy file name to clipboardExpand all lines: sdks/go/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ Croupier Go SDK 是 [Croupier](https://github.com/cuihairu/croupier) 游戏后
72
72
73
73
| 语言 | 目录 | CI | Docs |
74
74
| --- | --- | --- | --- |
75
-
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](sdks/cpp/README.md)|
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](../cpp/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](sdks/go/README.md)|
75
-
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](sdks/cpp/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](../go/README.md)|
75
+
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](../cpp/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](sdks/go/README.md)|
78
-
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](sdks/cpp/README.md)|
| Go |[sdks/go/](https://github.com/cuihairu/croupier/tree/main/sdks/go)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-go.yml)|[README](../go/README.md)|
78
+
| C++ |[sdks/cpp/](https://github.com/cuihairu/croupier/tree/main/sdks/cpp)|[](https://github.com/cuihairu/croupier/actions/workflows/ci-sdk-cpp.yml)|[README](../cpp/README.md)|
0 commit comments