From d611c4e89f53244b09be613cd8f9d8fc9dcb6366 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:09:47 -0700 Subject: [PATCH 1/4] Update build status badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb3609c0..25a5c6c87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Made by icon.](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/) [![Project icon.](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.tech/) -[![Build status icon.](https://img.shields.io/circleci/project/github/ipfs/ipfs-docs/master.svg?style=flat-square)](https://circleci.com/gh/ipfs/ipfs-docs) +[![Build Status](https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-docs/build.yml?branch=main)](https://github.com/ipfs/ipfs-docs/actions) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) From deb7d41e374f068c8ea1611ad7b58d3f5a8a53d5 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:21:44 -0700 Subject: [PATCH 2/4] Fix broken bounties link Updated links to point to the IPFS Bounties page for clarity instead of the broken project link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25a5c6c87..219edddaa 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ You can return to the [Project set-up](#project-set-up) section above and contin ## Contribute to documentation -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)! +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)! ### Issues @@ -118,7 +118,7 @@ If you find something wrong within this repository, please raise an issue [here ### Bounties -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). +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). 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. From b98a44852937ff25e44974fcd3350e5eb6893013 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:27:58 -0700 Subject: [PATCH 3/4] Update build status badge link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a9896e9..b3391478d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
[![Project icon.](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.tech/) -[![Build status icon.](https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-docs/build.yml?branch=main&style=flat-square)](https://github.com/ipfs/ipfs-docs/actions) +[![Build status icon.](https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-docs/build.yml?branch=main&style=flat-square)](https://github.com/ipfs/ipfs-docs/actions/workflows/build.yml) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) From dc08a80de6a2202c62d08cb2c0415392a4aeabfe Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:31:27 -0700 Subject: [PATCH 4/4] Fix formatting in README for localhost URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3391478d..7d273f203 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To build the site locally, follow the steps below. npm start ``` -1. Open [localhost:8080](http://localhost:8080) in your browser. +1. Open `http://localhost:8080` in your browser. 1. Close the local server with `CTRL` + `c`. 1. To restart the local server, run `npm start` from within the `ipfs-docs` folder.