Skip to content

Commit bc0a275

Browse files
[plugins] Update links to resources in READMEs (#4023)
1 parent 9579fc1 commit bc0a275

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

src/plugins/command-line/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Command Line
33
description: Display a command line with a prompt and, optionally, the output/response from the commands.
44
owner: chriswells0
55
resources:
6-
- https://dev.prismjs.com/components/prism-bash.js
7-
- https://dev.prismjs.com/components/prism-powershell.js
8-
- https://dev.prismjs.com/components/prism-sql.js
6+
- /languages/bash.js { type="module" }
7+
- /languages/powershell.js { type="module" }
8+
- /languages/sql.js { type="module" }
99
---
1010

1111
<section class="language-markup">

src/plugins/copy-to-clipboard/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require: toolbar
66
noCSS: true
77
body_classes: language-text
88
resources:
9-
- ../autoloader/autoloader.js { type="module" }
10-
- ../toolbar/toolbar.css
11-
- ../toolbar/toolbar.js { type="module" }
9+
- /plugins/autoloader.js { type="module" }
10+
- /plugins/toolbar.css
11+
- /plugins/toolbar.js { type="module" }
1212
---
1313

1414
<section>

src/plugins/data-uri-highlight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data URI Highlight
33
description: Highlights data-URI contents.
44
owner: Golmote
55
noCSS: true
6-
resources: ../autolinker/autolinker.css
6+
resources: /plugins/autolinker.css
77
---
88

99
<section>

src/plugins/diff-highlight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Diff Highlight
33
description: Highlight the code inside diff blocks.
44
owner: RunDevelopment
55
require: diff
6-
resources: ../autoloader/autoloader.js { type="module" }
6+
resources: /plugins/autoloader.js { type="module" }
77
---
88

99
<section class="language-none">

src/plugins/download-button/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ owner: Golmote
55
require: toolbar
66
noCSS: true
77
resources:
8-
- ../toolbar/toolbar.css
9-
- ../toolbar/toolbar.js { type="module" }
8+
- /plugins/toolbar.css
9+
- /plugins/toolbar.js { type="module" }
1010
---
1111

1212
<section class="language-markup">

src/plugins/file-highlight/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Fetch external files and highlight them with Prism. Used on the Pri
44
owner: LeaVerou
55
noCSS: true
66
resources:
7-
- ../line-numbers/line-numbers.css
8-
- ../line-numbers/line-numbers.js { type="module" }
7+
- /plugins/line-numbers.css
8+
- /plugins/line-numbers.js { type="module" }
99
---
1010

1111
<section class="language-markup">

src/plugins/filter-highlight-all/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Filters the elements the `highlightAll` and `highlightAllUnder` met
44
owner: RunDevelopment
55
noCSS: true
66
resources:
7-
- https://dev.prismjs.com/components/prism-typescript.js
7+
- /languages/typescript.js { type="module" }
88
- ./demo.js { defer }
99
---
1010

src/plugins/inline-color/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Inline Color
33
description: Adds a small inline preview for colors in style sheets.
44
owner: RunDevelopment
55
require: css-extras
6-
resources: https://dev.prismjs.com/components/prism-css-extras.js
6+
resources: /languages/css-extras.js { type="module" }
77
---
88

99
<section>

src/plugins/line-highlight/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Line Highlight
33
description: Highlights specific lines and/or line ranges.
44
owner: LeaVerou
55
resources:
6-
- ../line-numbers/line-numbers.css
7-
- ../line-numbers/line-numbers.js { type="module" }
6+
- /plugins/line-numbers.css
7+
- /plugins/line-numbers.js { type="module" }
88
---
99

1010
<section class="language-markup">

src/plugins/match-braces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Match braces
33
description: Highlights matching braces.
44
owner: RunDevelopment
5-
resources: ../autoloader/autoloader.js { type="module" }
5+
resources: /plugins/autoloader.js { type="module" }
66
---
77

88
<section class="language-markup">

0 commit comments

Comments
 (0)