Skip to content

Commit f961e07

Browse files
committed
Use image URLs for extension publish
1 parent 8b81c4f commit f961e07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Such strings should be moved in a dedicated resource file for translation purpos
99

1010
**Scan** workspace documents, and **navigate** from string to string in source code:
1111

12-
![demo-scan-workspace](readme_assets/demo-scan-workspace.gif)
12+
![demo-scan-workspace](https://raw.githubusercontent.com/michelcaradec/string-checker-js/master/readme_assets/demo-scan-workspace.gif)
1313

1414
**Switch** view to browse detected strings:
1515

16-
![demo-switch-view](readme_assets/demo-switch-view.gif)
16+
![demo-switch-view](https://raw.githubusercontent.com/michelcaradec/string-checker-js/master/readme_assets/demo-switch-view.gif)
1717

1818
Add **custom rules** to improve string detection:
1919

20-
![demo-exclude-token](readme_assets/demo-exclude-token.gif)
20+
![demo-exclude-token](https://raw.githubusercontent.com/michelcaradec/string-checker-js/master/readme_assets/demo-exclude-token.gif)
2121

2222
**Search** for strings in view:
2323

24-
![demo-filter](readme_assets/demo-filter.gif)
24+
![demo-filter](https://raw.githubusercontent.com/michelcaradec/string-checker-js/master/readme_assets/demo-filter.gif)
2525

2626
### Detection providers
2727

@@ -40,7 +40,7 @@ The `string.checker.js.testString` [command](#extension-settings) brings a conve
4040

4141
<!-- TODO: Image URLs in README.md and CHANGELOG.md need to resolve to https URLs. -->
4242

43-
![demo-test-string](readme_assets/demo-test-string.gif)
43+
![demo-test-string](https://raw.githubusercontent.com/michelcaradec/string-checker-js/master/readme_assets/demo-test-string.gif)
4444

4545
## Requirements
4646

0 commit comments

Comments
 (0)