Skip to content

Commit fcffaae

Browse files
authored
Merge pull request #358 from microsoft/octogonz/fix-image-urls
Update an image URL that changed during the Docusaurus migration
2 parents bd71782 + 20a3143 commit fcffaae

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<table><tr><td>
2-
<a href="https://tsdoc.org"><img src="https://tsdoc.org/images/tsdoc-open.svg" width="300px" /></a>
2+
<a href="https://tsdoc.org"><img src="https://tsdoc.org/images/site/tsdoc-open.svg" width="300px" /></a>
33
<p align="center"><a href="https://tsdoc.org/">https://tsdoc.org/</a></p>
44
</td></tr></table>
55

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc",
5+
"comment": "Update an image URL in the README.md file",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc"
10+
}

tsdoc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div>
44
<br />
55
<a href="https://tsdoc.org/">
6-
<img width="200" src="https://tsdoc.org/images/tsdoc.svg">
6+
<img width="200" src="https://tsdoc.org/images/site/tsdoc.svg">
77
</a>
88
<p />
99
</div>

0 commit comments

Comments
 (0)