|
5 | 5 | ## BitMono |
6 | 6 |
|
7 | 7 | [![MIT License][image_license]][license] |
8 | | -[](https://bitmono.readthedocs.io/en/latest/?badge=latest) |
| 8 | +[](https://docs.bitmono.dev/en/latest/?badge=latest) |
9 | 9 | [![Nuget feed][bitmono_nuget_shield]][bitmono_nuget_packages] |
10 | 10 | [![BitMono Discord][image_bitmono_discord]][bitmono_discord] |
11 | 11 |
|
@@ -83,7 +83,7 @@ The **[docs][bitmono_docs]** cover every protection, configuration option, and m |
83 | 83 | * AntiDe4dot |
84 | 84 | * AntiILdasm |
85 | 85 | * 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)) |
87 | 87 |
|
88 | 88 | ## Getting Started |
89 | 89 |
|
@@ -112,20 +112,20 @@ Full usage and installation guides live in the **[docs][bitmono_docs]**. |
112 | 112 | Obfuscate automatically on every `Release` build by adding one package reference to your `.csproj` — no separate tool run: |
113 | 113 | - `dotnet add package BitMono.Integration` (then set `<PrivateAssets>all</PrivateAssets>` on the reference) and build in `Release`. |
114 | 114 | - 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). |
116 | 116 |
|
117 | 117 | **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. |
119 | 119 |
|
120 | 120 | For detailed installation and usage instructions, see the **[documentation][bitmono_docs]**. |
121 | 121 |
|
122 | 122 | ### Troubleshooting |
123 | 123 |
|
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. |
125 | 125 |
|
126 | 126 | ### Building |
127 | 127 |
|
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. |
129 | 129 |
|
130 | 130 | ### Supported Frameworks |
131 | 131 |
|
@@ -171,7 +171,7 @@ Credits |
171 | 171 | [dnlib]: https://github.com/0xd4d/dnlib |
172 | 172 | [bitmono_issues]: https://github.com/sunnamed434/BitMono/issues |
173 | 173 | [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/ |
175 | 175 | [bitdotnet_source]: https://github.com/0x59R11/BitDotNet |
176 | 176 | [bitmethoddotnet_source]: https://github.com/sunnamed434/BitMethodDotnet |
177 | 177 | [dotnethook_source]: https://github.com/Elliesaur/DotNetHook |
|
0 commit comments