Skip to content

Commit db654e6

Browse files
committed
correct links
1 parent 60ffd26 commit db654e6

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The p5.js Editor is a collaborative project created by many individuals, mostly
3636

3737
> **TypeScript Migration:** We have initiated migrating the repo to Typescript as part of the **[p5.js Web Editor pr05 Grant](https://github.com/processing/pr05-grant/wiki/2025-pr05-Program-Page)**, and the repo is now open to migration contributions.
3838
>
39-
> Please see [Typescript Migration](./contributor_docs/typescript_migration.md) for migration guidelines. Please see [2025 pr05 Typescript Migration Project](./contributor_docs/pr05_2025_typescript_migration/index.md) for details and technical decisions for the migration project.
39+
> Please see [Typescript Migration](contributor_docs/typescript_migration.md) for migration guidelines. Please see [2025 pr05 Typescript Migration Project](contributor_docs/pr05_2025_typescript_migration/index.md) for details and technical decisions for the migration project.
4040
4141
## Acknowledgements 🙏
4242

contributor_docs/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
# Contributor Documentation
2+
23
This folder contains guides for contributing to the p5.js Web Editor. You don't need to know everything to get started—explore at your own pace! To begin, we highly recommend starting with the [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md)!
34

45
These guides aren't exhaustive, and do not cover all the possible ways you can contribute to a project. If you have an idea for how you'd like to help and don't see a guide for it here, you're welcome to add it to the "Documents to Create" list below by opening an issue!
56

6-
77
## List of Documents
8-
* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
9-
* [Installation](installation.md) - A guide for setting up your development environment.
10-
* [Development](development.md) - A guide for contributing code to the codebase.
11-
* [Testing](./testing.md) - A guide for writing and running tests in the codebase.
12-
* [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues.
13-
* [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request.
14-
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application.
15-
* [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor.
16-
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
17-
* [Release](./release.md) - A guide to creating a production release.
18-
* [Typescript Migration](./typescript_migration.md) - About the Typescript Migration project.
198

9+
- [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
10+
- [Installation](installation.md) - A guide for setting up your development environment.
11+
- [Development](development.md) - A guide for contributing code to the codebase.
12+
- [Testing](./testing.md) - A guide for writing and running tests in the codebase.
13+
- [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues.
14+
- [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request.
15+
- [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application.
16+
- [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor.
17+
- [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
18+
- [Release](./release.md) - A guide to creating a production release.
19+
- [Typescript Migration](typescript_migration.md) - About the Typescript Migration project.
2020

2121
## Documents to Create
22-
* Software Design Principles - reference [p5.js software design principles](https://github.com/processing/p5.js/blob/eb61f7a260531d17930de3c987949558ce242d35/contributor_docs/contributor_guidelines.md#software-design-principles)
23-
* File Structure - An explanation of the file structure of this application.
22+
23+
- Software Design Principles - reference [p5.js software design principles](https://github.com/processing/p5.js/blob/eb61f7a260531d17930de3c987949558ce242d35/contributor_docs/contributor_guidelines.md#software-design-principles)
24+
- File Structure - An explanation of the file structure of this application.

contributor_docs/typescript_migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Below are some guidelines on completing the migration.
88

99
## Migration Approach:
1010

11-
- [TS Configuration Summary](./pr05_2025_typescript_migration/index.md#configuration-summary)
12-
- [Migration Tutorial](./pr05_2025_typescript_migration/index.md#migration-tutorial)
13-
- [TS & Code style decisions](./pr05_2025_typescript_migration/index.md#key-decisions)
11+
- [TS Configuration Summary](pr05_2025_typescript_migration/index.md#configuration-summary)
12+
- [Migration Tutorial](pr05_2025_typescript_migration/index.md#migration-tutorial)
13+
- [TS & Code style decisions](pr05_2025_typescript_migration/index.md#key-decisions)

0 commit comments

Comments
 (0)