Skip to content

Commit fa03511

Browse files
author
Jan Schulte
authored
Merge pull request #62 from schultyy/fix-links-in-readme
Fix links in readme
2 parents 7c99d3d + c701a23 commit fa03511

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ An article needs a `seo_title` and `seo_description`. These are the equivalent f
3131

3232
Open the Better SEO View in the Activity Bar on the Left-hand side.
3333

34-
![Better SEO in the Sidebar](resources/sidebar.png)
34+
![Better SEO in the Sidebar](https://raw.githubusercontent.com/schultyy/better-seo/35987c419133382d554e3e28ac4bd24e14011f7d/resources/sidebar.png)
3535

3636
Once the View opened, click the Refresh Button in the top-right corner to start the analysis:
3737

38-
![refresh button](resources/refresh_button.png)
38+
![refresh button](https://raw.githubusercontent.com/schultyy/better-seo/35987c419133382d554e3e28ac4bd24e14011f7d/resources/refresh_button.png)
3939

4040
If you have the `keywords` key in your Markdown file, Better SEO will use the keywords in your file for the analysis. Once the analysis is completed, you will see the results in the TreeView:
4141

42-
![Analysis Results](resources/analysis_results.png)
42+
![Analysis Results](https://raw.githubusercontent.com/schultyy/better-seo/35987c419133382d554e3e28ac4bd24e14011f7d/resources/analysis_results.png)
4343

4444
### What it validates
4545

@@ -60,7 +60,7 @@ By default, Better SEO looks for `seo_title` and `seo_description` within the bl
6060

6161
Then, search for `BetterSEO`:
6262

63-
![Better SEO Settings Screenshot](resources/settings_screenshot.png)
63+
![Better SEO Settings Screenshot](https://raw.githubusercontent.com/schultyy/better-seo/35987c419133382d554e3e28ac4bd24e14011f7d/resources/settings_screenshot.png)
6464

6565
Now, you can configure different values for both `seo_title` and `seo_description`.
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/schultyy/better-seo"
1515
},
16-
"version": "1.7.0",
16+
"version": "1.7.1",
1717
"icon": "resources/better_seo.png",
1818
"engines": {
1919
"vscode": "^1.54.0"

resources/sidebar.png

-3.47 KB
Loading

0 commit comments

Comments
 (0)