Skip to content

Commit cbbe0a0

Browse files
committed
remove continue on error line, update instructions, update busted link
1 parent b49813c commit cbbe0a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
uses: actions/checkout@master
1111
- id: link-check
1212
uses: gaurav-nelson/github-action-markdown-link-check@v1
13-
continue-on-error: true
1413
with:
1514
config-file: 'mlc_pull_req_config.json'
1615
check-modified-files-only: 'yes'
@@ -24,8 +23,9 @@ jobs:
2423
echo '## Results: ' >> $GITHUB_STEP_SUMMARY
2524
echo 'To view the results of this GitHub action, do the following:' >> $GITHUB_STEP_SUMMARY
2625
echo '1. Click to the _Job summary generated at run-time_ at the bottom of this page.' >> $GITHUB_STEP_SUMMARY
27-
echo '2. In the search field (upper right hand corner), type _MARKDOWN LINK CHECK_. The log jumps to the output of the markdown-link-check action.' >> $GITHUB_STEP_SUMMARY
28-
echo '3. Look through the log lines below the _=========================> MARKDOWN LINK CHECK <=========================_ line. ' >> $GITHUB_STEP_SUMMARY
26+
echo '2. Click the `>` next to _Run gaurav-nelson/github-action-markdown-link-check@v1_
27+
echo '3. In the search field (upper right hand corner), type _MARKDOWN LINK CHECK_. The log jumps to the output of the markdown-link-check action.' >> $GITHUB_STEP_SUMMARY
28+
echo '4. Look through the log lines below the _=========================> MARKDOWN LINK CHECK <=========================_ line. ' >> $GITHUB_STEP_SUMMARY
2929
echo ' If a dead link was found, it, will be listed below the _ERROR_ line, along with the status code. Find the link in your markdown and fix it.' >> $GITHUB_STEP_SUMMARY
3030
echo ' **Example:**' >> $GITHUB_STEP_SUMMARY
3131
echo ' ``` ' >> $GITHUB_STEP_SUMMARY

docs/install/ipfs-updater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ current-ipfs-updater-version: v1.9.0
88

99
The IPFS updater is a command-line tool originally used to help users update their IPFS version. It has since been upgraded to allow users to _install_ Kubo as well. The easiest way to install the IPFS updater is by using the pre-built binaries, detailed below. See the [project repository](https://github.com/ipfs/ipfs-update#from-source) if you'd prefer to build it from source.
1010

11-
[IM A BROKEN LINK](https://givweucftyinere.com#vrrveri)
11+
[IM A BROKEN LINK](https://givwyinere.com#vrrveri)
1212

1313
## Install updater
1414

0 commit comments

Comments
 (0)