Skip to content

Commit 097533b

Browse files
authored
fix: update bounties links in README.md (#2145)
* Update build status badge in README.md * Fix broken bounties link Updated links to point to the IPFS Bounties page for clarity instead of the broken project link * Update build status badge link in README * Fix formatting in README for localhost URL
1 parent c0820a1 commit 097533b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To build the site locally, follow the steps below.
6464
npm start
6565
```
6666

67-
1. Open [localhost:8080](http://localhost:8080) in your browser.
67+
1. Open `http://localhost:8080` in your browser.
6868
1. Close the local server with `CTRL` + `c`.
6969
1. To restart the local server, run `npm start` from within the `ipfs-docs` folder.
7070

@@ -108,15 +108,15 @@ You can return to the [Project set-up](#project-set-up) section above and contin
108108

109109
## Contribute to documentation
110110

111-
We would **love ❤️ your help** to improve existing items or make new ones even better! [We also have bounties available](https://github.com/ipfs/devgrants/projects/1)!
111+
We would **love ❤️ your help** to improve existing items or make new ones even better! See the [IPFS Bounties page](https://github.com/ipfs/devgrants/blob/main/BOUNTIES.md)!
112112

113113
### Issues
114114

115115
If you find something wrong within this repository, please raise an issue [here →](https://github.com/ipfs/ipfs-docs/issues). Unless the issue is urgent, updates will be batch-merged into `main` on Tuesdays or Thursdays.
116116

117117
### Bounties
118118

119-
You can earn the undying love of the IPFS community, _and_ get rewarded by closing an issue containing the [`bounty` tag](https://github.com/ipfs/ipfs-docs/issues?q=is%3Aopen+is%3Aissue+label%3Abounty). Submissions must be production-ready and meet all the specifications listed on the issue page. To get started, check out the [current list of open bounties →](https://github.com/ipfs/devgrants/projects/1).
119+
You can earn the undying love of the IPFS community, _and_ get rewarded by closing an issue containing the [`bounty` tag](https://github.com/ipfs/ipfs-docs/issues?q=is%3Aopen+is%3Aissue+label%3Abounty). Submissions must be production-ready and meet all the specifications listed on the issue page. To get started, check out [IPFS Bounties](https://github.com/ipfs/devgrants/blob/main/BOUNTIES.md).
120120

121121
If you are attempting to close an issue, great! Thanks for the help! Please leave a comment within the issue requesting to be assigned to that issue **before** submitting a pull request. This minimizes the chance of multiple contributors duplicating work by submitting pull requests for the same issue. If you submit a pull request to an issue _without_ first being assigned to it, your pull request may not be accepted.
122122

0 commit comments

Comments
 (0)