Skip to content

Commit 8f3e4e9

Browse files
sunnamed434claude
andcommitted
docs: point README docs links at docs.bitmono.dev
Docs are served at docs.bitmono.dev now (RTD custom domain). Keep the RTD build-status badge image; update its link and all deep links. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8e00852 commit 8f3e4e9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## BitMono
66

77
[![MIT License][image_license]][license]
8-
[![Documentation Status](https://readthedocs.org/projects/bitmono/badge/?version=latest)](https://bitmono.readthedocs.io/en/latest/?badge=latest)
8+
[![Documentation Status](https://readthedocs.org/projects/bitmono/badge/?version=latest)](https://docs.bitmono.dev/en/latest/?badge=latest)
99
[![Nuget feed][bitmono_nuget_shield]][bitmono_nuget_packages]
1010
[![BitMono Discord][image_bitmono_discord]][bitmono_discord]
1111

@@ -83,7 +83,7 @@ The **[docs][bitmono_docs]** cover every protection, configuration option, and m
8383
* AntiDe4dot
8484
* AntiILdasm
8585
* and you can integrate existing/make own feature ;)
86-
* **Plugins** - drop your own protections in a `plugins` folder, no rebuild required ([guide](https://bitmono.readthedocs.io/en/latest/developers/plugins.html))
86+
* **Plugins** - drop your own protections in a `plugins` folder, no rebuild required ([guide](https://docs.bitmono.dev/en/latest/developers/plugins.html))
8787

8888
## Getting Started
8989

@@ -112,20 +112,20 @@ Full usage and installation guides live in the **[docs][bitmono_docs]**.
112112
Obfuscate automatically on every `Release` build by adding one package reference to your `.csproj` — no separate tool run:
113113
- `dotnet add package BitMono.Integration` (then set `<PrivateAssets>all</PrivateAssets>` on the reference) and build in `Release`.
114114
- Configure with the usual `protections.json` / `criticals.json` / `obfuscation.json` next to your `.csproj`.
115-
- See the [MSBuild integration guide](https://bitmono.readthedocs.io/en/latest/usage/msbuild-integration.html).
115+
- See the [MSBuild integration guide](https://docs.bitmono.dev/en/latest/usage/msbuild-integration.html).
116116

117117
**NuGet Package Users:**
118-
If you encounter dependency resolution issues when using BitMono as a NuGet package, see the [NuGet configuration guide](https://bitmono.readthedocs.io/en/latest/usage/nuget-configuration.html) in the documentation.
118+
If you encounter dependency resolution issues when using BitMono as a NuGet package, see the [NuGet configuration guide](https://docs.bitmono.dev/en/latest/usage/nuget-configuration.html) in the documentation.
119119

120120
For detailed installation and usage instructions, see the **[documentation][bitmono_docs]**.
121121

122122
### Troubleshooting
123123

124-
Having issues? See the [troubleshooting guide](https://bitmono.readthedocs.io/en/latest/usage/troubleshooting.html) in the documentation.
124+
Having issues? See the [troubleshooting guide](https://docs.bitmono.dev/en/latest/usage/troubleshooting.html) in the documentation.
125125

126126
### Building
127127

128-
If you want to build BitMono yourself - see the [building guide](https://bitmono.readthedocs.io/en/latest/developers/building.html) in the documentation.
128+
If you want to build BitMono yourself - see the [building guide](https://docs.bitmono.dev/en/latest/developers/building.html) in the documentation.
129129

130130
### Supported Frameworks
131131

@@ -171,7 +171,7 @@ Credits
171171
[dnlib]: https://github.com/0xd4d/dnlib
172172
[bitmono_issues]: https://github.com/sunnamed434/BitMono/issues
173173
[bitmono_releases]: https://github.com/sunnamed434/BitMono/releases
174-
[bitmono_docs]: https://bitmono.readthedocs.io/en/latest/
174+
[bitmono_docs]: https://docs.bitmono.dev/en/latest/
175175
[bitdotnet_source]: https://github.com/0x59R11/BitDotNet
176176
[bitmethoddotnet_source]: https://github.com/sunnamed434/BitMethodDotnet
177177
[dotnethook_source]: https://github.com/Elliesaur/DotNetHook

0 commit comments

Comments
 (0)