Skip to content

Commit

Permalink
rename to processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed Oct 23, 2024
1 parent 893bb82 commit 6712e79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Processing Library Template
This is a template to help developers of Processing libraries to develop and release.

Please read the [documentation website](https://mingness.github.io/processing-library-template/)
Please read the [documentation website](https://processing.github.io/processing-library-template/)
for more information on how to use this template.

Three important outputs are required to contribute a library to Processing, and this template provides
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6712e79

Please sign in to comment.