Procházet zdrojové kódy

refactor: Updating links to https://github.com/stride3d/stride-docs

Vaclav Elias před 2 roky
rodič
revize
cf5f1533e0
4 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 2 2
      BuildDocs.ps1
  2. 2 2
      README.md
  3. 1 1
      wiki/Installation.md
  4. 1 1
      wiki/_Sidebar.md

+ 2 - 2
BuildDocs.ps1

@@ -6,9 +6,9 @@
 .NOTES
 .NOTES
     The documentation files are expected to be in Markdown format (.md). The script uses the DocFX tool to build the documentation and optionally includes API documentation. The script generates the API documentation from C# source files using DocFX metadata and can run a local website using the DocFX serve command. This script can also be run from GitHub Actions.
     The documentation files are expected to be in Markdown format (.md). The script uses the DocFX tool to build the documentation and optionally includes API documentation. The script generates the API documentation from C# source files using DocFX metadata and can run a local website using the DocFX serve command. This script can also be run from GitHub Actions.
 .LINK
 .LINK
-    https://github.com/VaclavElias/stride-website-next
+    https://github.com/stride3d/stride-docs
 .LINK
 .LINK
-    https://github.com/VaclavElias/stride-docs-next/blob/main/en/languages.json
+    https://github.com/stride3d/stride-docs/blob/master/en/languages.json
 .LINK
 .LINK
     https://dotnet.github.io/docfx/index.html
     https://dotnet.github.io/docfx/index.html
 .PARAMETER BuildAll
 .PARAMETER BuildAll

+ 2 - 2
README.md

@@ -10,7 +10,7 @@ Welcome to the Stride Docs repository. This repository contains all the source f
 
 
 ## 🚀 Getting Started
 ## 🚀 Getting Started
 
 
-All the information you need to get started with Stride Docs development can be found in the 📚 [Stride Docs Wiki](https://github.com/VaclavElias/stride-docs-next/wiki).
+All the information you need to get started with Stride Docs development can be found in the 📚 [Stride Docs Wiki](https://github.com/stride3d/stride-docs/wiki).
 
 
 ## 🤝 Contributing
 ## 🤝 Contributing
 
 
@@ -35,7 +35,7 @@ The staging website is available at https://stride-docs-staging.azurewebsites.ne
 
 
 ## 🗺️ Roadmap
 ## 🗺️ Roadmap
 
 
-Our Wiki [Roadmap](https://github.com/VaclavElias/stride-docs-next/wiki/Roadmap) communicates upcoming changes to the Stride Docs.
+Our Wiki [Roadmap](https://github.com/stride3d/stride-docs/wiki/Roadmap) communicates upcoming changes to the Stride Docs.
 
 
 ## 🌐 .NET Foundation
 ## 🌐 .NET Foundation
 
 

+ 1 - 1
wiki/Installation.md

@@ -66,7 +66,7 @@ dotnet tool uninstall -g docfx
 
 
 # Running the Development Server
 # Running the Development Server
 
 
-We've created a PowerShell script [BuildDocs.ps1](https://github.com/VaclavElias/stride-docs-next/blob/main/BuildDocs.ps1) with a context menu where you can select the language, include the API build, and run the development server.
+We've created a PowerShell script [BuildDocs.ps1](https://github.com/stride3d/stride-docs/blob/master/BuildDocs.ps1) with a context menu where you can select the language, include the API build, and run the development server.
 
 
 1. 🚀 Run `run.bat` in the command line to start the script
 1. 🚀 Run `run.bat` in the command line to start the script
 1. 📋 You will see the following self-explanatory menu:
 1. 📋 You will see the following self-explanatory menu:

+ 1 - 1
wiki/_Sidebar.md

@@ -1,4 +1,4 @@
-- [Home](https://github.com/VaclavElias/stride-docs-next/wiki)
+- [Home](https://github.com/stride3d/stride-docs/wiki)
 - [Understanding the Stride Documentation Generation Pipeline](Understanding-the-Stride-Documentation-Generation-Pipeline)
 - [Understanding the Stride Documentation Generation Pipeline](Understanding-the-Stride-Documentation-Generation-Pipeline)
   - [Introduction](Understanding-the-Stride-Documentation-Generation-Pipeline#introduction)
   - [Introduction](Understanding-the-Stride-Documentation-Generation-Pipeline#introduction)
   - [A Simplified Overview](Understanding-the-Stride-Documentation-Generation-Pipeline#a-simplified-overview)
   - [A Simplified Overview](Understanding-the-Stride-Documentation-Generation-Pipeline#a-simplified-overview)