diff options
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 7217bb7..c042bb8 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -253,7 +253,7 @@ <p>Copy this icon to the same folder:</p> <div style="width: 150px; text-align: center;"> <a href="examples/tutorials/getstarted/icon.png" download="icon"> - <img src="examplex/tutorials/getstarted/icon.png" width="19" height="19" alt="" style="display: block; margin: 0.25em auto;"> + <img src="examples/tutorials/getstarted/icon.png" width="19" height="19" alt="" style="display: block; margin: 0.25em auto;"> Download icon.png </a> </div> diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 7fd0407..53663d0 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -54,7 +54,7 @@ <div style="width: 150px; text-align: center;"> <a href='examples/tutorials/getstarted/icon.png' download='icon'> - <img src='examplex/tutorials/getstarted/icon.png' + <img src='examples/tutorials/getstarted/icon.png' width='19' height='19' alt='' |