diff --git a/docs/getting-started.md b/docs/getting-started.md index ca8e2c2..1fb2139 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,7 @@ This guide will help you set up your development environment and start building ## Setting up the environment Follow these steps to create your own repository on GitHub and install the necessary tools. -1. **Create a new Github repository** using the [processing-library-template](https://github.com/mingness/processing-library-template) +1. **Create a new Github repository** using the [processing-library-template](https://github.com/processing/processing-library-template) as a base. (See: [How to create a repository from a template.](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)) Choose a name that reflects the library you're building. Make sure to read about Processing's [naming rules for libraries](https://github.com/benfry/processing4/wiki/Library-Basics#library-naming-rules). You can always rename the repository later. diff --git a/docs/index.md b/docs/index.md index bd9c4fe..a525970 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # Processing Library Template The Processing Library Template is a template to help developers of Processing libraries to develop and release. -It can be found on Github at [https://github.com/mingness/processing-library-template](https://github.com/mingness/processing-library-template). +It can be found on Github at [https://github.com/processing/processing-library-template](https://github.com/processing/processing-library-template). ![example sketch output](./example_sketch_output.jpg) diff --git a/mkdocs.yml b/mkdocs.yml index 4209336..e6aa782 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Processing Library Template -site_url: "https://mingness.github.io/processing-library-template/" +site_url: "https://processing.github.io/processing-library-template/" theme: name: material