Skip to content

Commit 6c856fb

Browse files
committed
Fix all 46 existing lint violations and sync package-lock.json
- Fix leading whitespace in URLs in news.js - Fix relative link gsoc.html -> /gsoc/ in news.js - Add trailing slash to /site/pecanworkflow/pecan_news/* links in news.js - Add trailing slash to /en-US/docs/Glossary in all documentation pages - Add trailing slash to /documentation/latest in index.js - Regenerate package-lock.json to include new devDependencies
1 parent ac4dcb6 commit 6c856fb

15 files changed

Lines changed: 2302 additions & 93 deletions

package-lock.json

Lines changed: 2256 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/documentation/develop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Develop() {
1919
// sandbox=""
2020
>
2121
<p>
22-
<a href="/en-US/docs/Glossary">
22+
<a href="/en-US/docs/Glossary/">
2323
Fallback link for browsers that don't support iframes
2424
</a>
2525
</p>

src/pages/documentation/latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Latest() {
1919
// sandbox=""
2020
>
2121
<p>
22-
<a href="/en-US/docs/Glossary">
22+
<a href="/en-US/docs/Glossary/">
2323
Fallback link for browsers that don't support iframes
2424
</a>
2525
</p>

src/pages/documentation/v1_10_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function V1_10_0() {
1717
id="iFrame3"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/v1_8_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function V1_8_0() {
1717
id="iFrame3"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/v1_9_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function V1_9_0() {
1717
id="iFrame3"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/version14101.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Versioin14101() {
1717
id="iFrame9"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/version150.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Versioin150() {
1717
id="iFrame8"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/version151.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Versioin151() {
1717
id="iFrame7"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

src/pages/documentation/version153.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Versioin153() {
1717
id="iFrame6"
1818
>
1919
<p>
20-
<a href="/en-US/docs/Glossary">
20+
<a href="/en-US/docs/Glossary/">
2121
Fallback link for browsers that don't support iframes
2222
</a>
2323
</p>

0 commit comments

Comments
 (0)