Skip to content

Commit

Permalink
fix to use absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 4, 2024
1 parent fe80e59 commit ac0d6bd
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to VechainThor

Welcome to VechainThor! We appreciate your interest in contributing. By participating in this project, you agree to
abide by our [Code of Conduct](../CODE_OF_CONDUCT.md).
abide by our [Code of Conduct](https://github.com/vechain/thor/blob/master/CODE_OF_CONDUCT.md).

## VeChain Improvement Proposals (VIPs)

Expand Down Expand Up @@ -34,7 +34,7 @@ current development landscape.
```bash
make test
```
- **Note:**: Please refer to the [README](../README.md) for information on how to start the node and interact with the
- **Note:**: Please refer to the [README](https://github.com/vechain/thor/blob/master/README.md) for information on how to start the node and interact with the
API.
5. Make your changes and commit them with a clear and concise commit message.
6. Push your changes to your forked repository:
Expand Down
181 changes: 181 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ A special shout out to following projects:

## Contributing

- Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.mdING.md) on how to contribute to this project.
- Please refer to [CONTRIBUTING.md](https://github.com/vechain/thor/blob/master/.github/CONTRIBUTING.md) on how to contribute to this project.

## License

Expand Down

0 comments on commit ac0d6bd

Please sign in to comment.