Skip to content

Commit 1bbe644

Browse files
authored
fix links and ignore all the md file under "test/scripts" (#3983)
1. Make 'diagnostics flamegraph' an absolute path in union. 2. Add ".remarkignore" to exclude the syntax check of md in 'test/scripts'.
1 parent ca51dc5 commit 1bbe644

File tree

6 files changed

+7
-12
lines changed

6 files changed

+7
-12
lines changed

Diff for: .remarkignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# We don't need to check all the md files under 'test/scripts'
2+
# Because they are for test ONLY
3+
4+
tests/scripts/

Diff for: locale/en/docs/guides/simple-profiling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ You may also find [how to create a flame graph][diagnostics flamegraph] helpful.
280280

281281
[profiler inside V8]: https://v8.dev/docs/profile
282282
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous
283-
[diagnostics flamegraph]: ../diagnostics-flamegraph/
283+
[diagnostics flamegraph]: /en/docs/guides/diagnostics-flamegraph/

Diff for: locale/it/get-involved/collab-summit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ immergersi nelle sessioni di lavoro successivamente.
2626
Ci piacerebbe vederti al Summit! Dai un'occhiata al
2727
[repository del Summit](https://github.com/nodejs/summit)
2828
per vedere gli eventi in arrivo e quelli passati e guarda anche le
29-
[issue archiviate]((https://github.com/nodejs/summit/issues)) che mostrano di cosa
29+
[issue archiviate](https://github.com/nodejs/summit/issues) che mostrano di cosa
3030
parlano i gruppi di lavoro individuali e i comitati.

Diff for: locale/zh-cn/docs/guides/simple-profiling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ Percentage of the requests served within a certain time (ms)
221221

222222
[V8 内探测器]: https://v8.dev/docs/profile
223223
[异步编程的好处]: https://nodesource.com/blog/why-asynchronous
224-
[如何创建火焰图]: ../diagnostics-flamegraph/
224+
[如何创建火焰图]: /zh-cn/docs/guides/diagnostics-flamegraph/

Diff for: tests/scripts/CHANGELOG.fixture.legacy.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Node.js v0.12 ChangeLog
22

3-
<!--lint disable prohibited-strings-->
4-
<!--lint disable maximum-line-length-->
5-
<!--lint disable no-literal-urls-->
6-
<!--lint disable no-shortcut-reference-link-->
7-
83
<table>
94
<tr>
105
<th>Stable</th>

Diff for: tests/scripts/CHANGELOG.fixture.withconsole.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Node.js 15 ChangeLog
22

3-
<!--lint disable prohibited-strings-->
4-
<!--lint disable maximum-line-length-->
5-
<!--lint disable no-literal-urls-->
6-
73
<table>
84
<tr>
95
<th>Current</th>

0 commit comments

Comments
 (0)