Skip to content

Commit d589db8

Browse files
committed
chore: fix links
1 parent 0e74205 commit d589db8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The contributor guidelines are intended to make the contribution process easy an
1515

1616
Before contributing, consider the following:
1717

18-
- If you want to report an issue, click [issues](https://github.com/dfinity/cbor-js/issues).
18+
- If you want to report an issue, click [issues](https://github.com/dfinity/typedoc-plugin-icp-docs/issues).
1919
- If you have more general questions related to this package and its use, post a message to the [community forum](https://forum.dfinity.org/).
2020
- If you are reporting a bug, provide as much information about the problem as possible.
2121
- If you want to contribute directly to this repository, typical fixes might include any of the following:
@@ -40,7 +40,7 @@ This section describes the most common workflow scenarios:
4040

4141
To open a new issue:
4242

43-
1. Click [create a new issue](https://github.com/dfinity/cbor-js/issues/new).
43+
1. Click [create a new issue](https://github.com/dfinity/typedoc-plugin-icp-docs/issues/new).
4444
2. Type a title and description, then click **Submit new issue**.
4545
- Be as clear and descriptive as possible.
4646
- For any problem, describe it in detail, including details about the crate, the version of the code you are using, the results you expected, and how the actual results differed from your expectations.
@@ -50,7 +50,7 @@ To open a new issue:
5050
If you want to submit a pull request to fix an issue or add a feature, here's a summary of what you need to do:
5151

5252
1. Make sure you have a GitHub account, an internet connection, and access to a terminal shell or GitHub Desktop application for running commands.
53-
2. Navigate to the [repository's homepage](https://github.com/dfinity/cbor-js) in a web browser.
53+
2. Navigate to the [repository's homepage](https://github.com/dfinity/typedoc-plugin-icp-docs) in a web browser.
5454
3. Click **Fork** to create a copy of the repository under your GitHub account or organization name.
5555
4. Clone the forked repository to your local machine.
5656
5. Create a new branch for your fix by running a command similar to the following:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See [HACKING.md](./HACKING.md) for more information.
4141

4242
## Contributing
4343

44-
Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
44+
Contributions are welcome! Please see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information.
4545

4646
## License
4747

0 commit comments

Comments
 (0)