Skip to content

Commit fb72864

Browse files
committed
fix img extension case
1 parent ece292f commit fb72864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sp_estindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For `[Sales].[Invoices]` in WorldWideImporters:
5858
*Note: There is no missing index match in this example,
5959
so the penultimate result set is empty.*
6060

61-
![sp_estindex output](assets/sp_estindex_output.PNG)
61+
![sp_estindex output](assets/sp_estindex_output.png)
6262

6363
## Contributing
6464

docs/sp_helpme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EXEC sp_helpme 'Sales.Invoices';
4545

4646
For `[Sales].[Invoices]` in WideWorldImporters:
4747

48-
![sp_helpme output](assets/sp_helpme_output.png)
48+
![sp_helpme output](assets/sp_helpme_output.PNG)
4949

5050
## Contributing
5151

0 commit comments

Comments
 (0)