Skip to content

Commit e76abd0

Browse files
committed
Update workflow and start populating links database
1 parent c7cd5de commit e76abd0

File tree

3 files changed

+1395
-10
lines changed

3 files changed

+1395
-10
lines changed

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Define the path to a utility for validating links:
9595
validate="${root}/lib/node_modules/@stdlib/_tools/links/validate/bin/cli"
9696
97-
${validate} "${{ steps.results.outputs.all_links }}"
97+
${validate} '${{ steps.results.outputs.all_links }}'
9898
9999
# Log the results:
100100
- name: 'Log results'

docs/emscripten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In addition to the above flags, `emcc` should act as a drop-in replacement for `
118118

119119
[planeshifter-examples]: https://github.com/Planeshifter/emscripten-examples
120120

121-
[emscripten-mailing-list]: https://groups.google.com/forum/#!topic/emscripten-discuss/oeEg6WrZ7rg
121+
[emscripten-mailing-list]: https://groups.google.com/g/emscripten-discuss/c/oeEg6WrZ7rg
122122

123123
</section>
124124

0 commit comments

Comments
 (0)