diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a854b2d4..5e4852d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,4 +41,4 @@ Currently, we do not provide support uploading and maintaince for editor extensi Documentation are no longer being updated as mentioned in README. -Please do not submit any pull requests that changes any content to the docs directory. Instead, please visit [Bedrock Wiki](https://wiki.bedrock.dev/scripting/starting-scripts) and perhaps contribute scripting documentation in Bedrock Wiki GitHub repository: https://github.com/Bedrock-OSS/bedrock-wiki/tree/wiki/docs/scripting +Please do not submit any pull requests that changes any content to the docs directory. Instead, please visit [Bedrock Wiki](https://wiki.bedrock.dev/scripting/scripting-intro.html) and perhaps contribute scripting documentation in Bedrock Wiki GitHub repository: https://github.com/Bedrock-OSS/bedrock-wiki/tree/wiki/docs/scripting diff --git a/README.md b/README.md index e18bab9e..ea1878c2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Check out the following links for Script API documentation: - [Official Script API Documentation](https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/) - Microsoft's official documentation of high-level introduction of experimental Script API - [Jayly's Script API References](https://jaylydev.github.io/scriptapi-docs/) - Jayly's Script API documentation with guides and easy to use and understand API references for programming beginners. -- [Bedrock Wiki](https://wiki.bedrock.dev/scripting/starting-scripts.html) - Learn the basics of the Script API on Bedrock Wiki. +- [Bedrock Wiki](https://wiki.bedrock.dev/scripting/scripting-intro.html) - Learn the basics of the Script API on Bedrock Wiki. ## Contributing