Skip to content

Commit 829611e

Browse files
committed
Fix image links
1 parent 85c581e commit 829611e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

_build/pages/language_support_jedit.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
_"jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows. " ([wikipedia](https://en.wikipedia.org/wiki/JEdit))_
66

7-
![Example](https://github.com/Joe7M/smallbasic.jedit.syntaxcoloring/blob/main/Screenshot.png)
7+
![Example](https://raw.githubusercontent.com/Joe7M/smallbasic.jedit.syntaxcoloring/main/Screenshot.png)
88

99
## Setup Syntax Highlighting and Coloring
1010

_build/pages/language_support_micro.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
_"Micro is a modern and intuitive terminal-based text editor " ([micro](https://micro-editor.github.io/))_
66

7-
![Example](https://github.com/Joe7M/smallbasic.micro.syntaxcoloring/blob/main/Screenshot.png)
7+
![Example](https://raw.githubusercontent.com/Joe7M/smallbasic.micro.syntaxcoloring/main/Screenshot.png)
88

99
## Setup Syntax Highlighting and Coloring
1010

11-
Download the file `smallbasic.yaml` from [github](https://github.com/Joe7M/smallbasic.micro.syntaxcoloring) and copy it to `~/.config/micro/syntax/`.
11+
Download the file `smallbasic.yaml` from [github](https://github.com/Joe7M/smallbasic.micro.syntaxcoloring) and copy it to `~/.config/micro/syntax/`.

pages/language_support_jedit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 id="smallbasic-in-jedit">SmallBASIC in jEdit</h1>
7070
</blockquote>
7171
<p><em>“jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows.” (<a href="https://en.wikipedia.org/wiki/JEdit">wikipedia</a>)</em></p>
7272
<figure>
73-
<img src="https://github.com/Joe7M/smallbasic.jedit.syntaxcoloring/blob/main/Screenshot.png" alt="" /><figcaption>Example</figcaption>
73+
<img src="https://raw.githubusercontent.com/Joe7M/smallbasic.jedit.syntaxcoloring/main/Screenshot.png" alt="" /><figcaption>Example</figcaption>
7474
</figure>
7575
<h2 id="setup-syntax-highlighting-and-coloring">Setup Syntax Highlighting and Coloring</h2>
7676
<ul>

pages/language_support_micro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 id="smallbasic-in-micro">SmallBASIC in Micro</h1>
7070
</blockquote>
7171
<p><em>“Micro is a modern and intuitive terminal-based text editor” (<a href="https://micro-editor.github.io/">micro</a>)</em></p>
7272
<figure>
73-
<img src="https://github.com/Joe7M/smallbasic.micro.syntaxcoloring/blob/main/Screenshot.png" alt="" /><figcaption>Example</figcaption>
73+
<img src="https://raw.githubusercontent.com/Joe7M/smallbasic.micro.syntaxcoloring/main/Screenshot.png" alt="" /><figcaption>Example</figcaption>
7474
</figure>
7575
<h2 id="setup-syntax-highlighting-and-coloring">Setup Syntax Highlighting and Coloring</h2>
7676
<p>Download the file <code>smallbasic.yaml</code> from <a href="https://github.com/Joe7M/smallbasic.micro.syntaxcoloring">github</a> and copy it to <code>~/.config/micro/syntax/</code>.</p>

0 commit comments

Comments
 (0)