Skip to content

Commit 07a5374

Browse files
committed
fixed broken readme links after master => main switch
1 parent 48d0e64 commit 07a5374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Currently its only shows warnings generated by VisualStudio and Roslyn Analyzers
1212
In addition it features a overall indicator, if your file is good, has warnings or errors.
1313
Inside this indicator it informs you about the count of elements (fields, methods, properties) in your code. That count is purely informational without judgement on your code ;)
1414

15-
<img src="https://github.com/eberthold/SteroidsVS/blob/master/Screenshots/QualityHints_Dark.PNG?raw=true" height="200"/><img src="https://github.com/eberthold/SteroidsVS/blob/master/Screenshots/QualityHints_Light.PNG?raw=true" height="200"/>
15+
<img src="https://github.com/eberthold/SteroidsVS/blob/main/Screenshots/QualityHints_Dark.PNG?raw=true" height="200"/><img src="https://github.com/eberthold/SteroidsVS/blob/main/Screenshots/QualityHints_Light.PNG?raw=true" height="200"/>
1616

1717
__Code Structure__
1818

1919
The code structure helps to navigate through large files quickly by listing all elements grouped - as recommended from StyleCop - and alphabetically ordered per group.
2020

2121
The shortcut is defaulted to ctrl-e + ctrl-s or simply click on the quality indicator in the bottom right corner.
2222

23-
<img src="https://github.com/eberthold/SteroidsVS/blob/master/Screenshots/CodeStructure_Dark.PNG?raw=true" width="600" /><img src="https://github.com/eberthold/SteroidsVS/blob/master/Screenshots/CodeStructure_Light.PNG?raw=true" width="600" />
23+
<img src="https://github.com/eberthold/SteroidsVS/blob/main/Screenshots/CodeStructure_Dark.PNG?raw=true" width="600" /><img src="https://github.com/eberthold/SteroidsVS/blob/main/Screenshots/CodeStructure_Light.PNG?raw=true" width="600" />

0 commit comments

Comments
 (0)