Skip to content

Commit 273e7eb

Browse files
committed
feat(README): Update website links
1 parent 78e1b6e commit 273e7eb

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "turbo-console-log" extension will be documented in this file.
44

5+
## [2.10.3]
6+
7+
- Update README website links
8+
59
## [2.10.2]
610

711
- Fix README

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Since the extension is free and open source, we need your support to continue de
1212

1313
## Core Features
1414

15-
Full documentation of the core features can be found in the official website: https://www.turboconsolelog.io/documentation?activeSection=features
15+
Full documentation of the core features can be found in the official website: https://www.turboconsolelog.io/documentation/features
1616

1717
### I) Insert a meaningful log message
1818

@@ -30,29 +30,29 @@ The log function and the content of the log message can be customized in the ext
3030

3131
Multiple cursor selection is also supported.
3232

33-
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation?activeSection=features&activeSubSection=insert-log-message)
33+
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation/features/insert-log-message)
3434

3535
### II) Comment all log messages, inserted by the extension, from the current document
3636

3737
All it takes to comment all log messages, inserted by the extension, from the current document is to press alt + shift + c (Windows) or option + shift + c (Mac)
3838

39-
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation?activeSection=features&activeSubSection=comment-inserted-log-messages)
39+
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation/features/comment-inserted-log-messages)
4040

4141
### III) Uncomment all log messages, inserted by the extension, from the current document
4242

4343
All it takes to uncomment all log messages, inserted by the extension, from the current document is to press alt + shift + u (Windows) or option + shift + u (Mac)
4444

45-
[<u>See It In Action</u>](https://turboconsolelog.io/documentation?activeSection=features&activeSubSection=uncomment-log-messages)
45+
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation/features/uncomment-log-messages)
4646

4747
### IV) Delete all log messages, inserted by the extension, from the current document
4848

4949
All it takes to delete all log messages, inserted by the extension, from the current document is to press alt + shift + d (Windows) or option + shift + d (Mac)
5050

51-
[<u>See It In Action</u>](https://turboconsolelog.io/documentation?activeSection=features&activeSubSection=delete-log-messages)
51+
[<u>See It In Action</u>](https://www.turboconsolelog.io/documentation/features/delete-log-messages)
5252

5353
## Settings
5454

55-
Full documentation of the settings can be found in the official website: https://www.turboconsolelog.io/documentation?activeSection=settings
55+
Full documentation of the settings can be found in the official website: https://www.turboconsolelog.io/documentation/settings
5656

5757
Properties:
5858

@@ -78,8 +78,8 @@ https://www.turboconsolelog.io/roadmap
7878

7979
## Articles
8080

81-
- [<u>Introducing Our New Website</u>](https://turboconsolelog.io/articles?articleId=introducing-new-website)
82-
- [<u>Motivation behind Turbo Console Log</u>](https://turboconsolelog.io/articles?articleId=motivation-behind-tcl)
81+
- [<u>Introducing Our New Website</u>](https://www.turboconsolelog.io/articles/introducing-new-website)
82+
- [<u>Motivation behind Turbo Console Log</u>](https://www.turboconsolelog.io/articles/motivation-behind-tcl)
8383

8484
## Contact
8585

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "turbo-console-log",
33
"displayName": "Turbo Console Log",
44
"description": "Automating the process of writing meaningful log messages.",
5-
"version": "2.10.2",
5+
"version": "2.10.3",
66
"publisher": "ChakrounAnas",
77
"engines": {
88
"vscode": "^1.50.0"

0 commit comments

Comments
 (0)