diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-21 21:09:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 21:09:02 +0900 |
commit | 4335ba5b1d3c1944cab6df0c80b6d827b8920ec5 (patch) | |
tree | e080c1a606e6817df614587296bcc35fae4358f2 /ext/info.html | |
parent | defd3b6c5332f1f1bc294f06da7a03db4c5688c1 (diff) | |
parent | b3cb47a700c6f1a253a4b56079d182859f54d6f5 (diff) |
Merge pull request #98 from Aquafina-water-bottle/rename_other_ext_htmls
Renamed most instances of Yomichan -> Yomitan under ext/*.html
Diffstat (limited to 'ext/info.html')
-rw-r--r-- | ext/info.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/info.html b/ext/info.html index a40895a8..38097502 100644 --- a/ext/info.html +++ b/ext/info.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Yomichan Info</title> + <title>Yomitan Info</title> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32"> @@ -23,7 +23,7 @@ <span tabindex="-1" id="content-scroll-focus"></span> - <h1>Yomichan Info</h1> + <h1>Yomitan Info</h1> <h2 id="general">General</h2> <div class="settings-group"> @@ -45,9 +45,9 @@ <div class="settings-group"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <ul> - <li>Information and downloadable dictionaries: <a href="https://foosoft.net/projects/yomichan/" rel="noreferrer noopener">Homepage</a></li> - <li>Support and source code: <a href="https://github.com/FooSoft/yomichan" rel="noreferrer noopener">Github</a></li> - <li>Release notes: <a href="https://github.com/FooSoft/yomichan/releases" rel="noreferrer noopener" data-href-format="https://github.com/FooSoft/yomichan/releases/tag/{version}" id="release-notes-this-version-link">This version</a> | <a href="https://github.com/FooSoft/yomichan/releases" rel="noreferrer noopener">All versions</a></li> + <li>Information and downloadable dictionaries: <a href="https://github.com/themoeway/yomitan#yomitan" rel="noreferrer noopener">Homepage</a></li> + <li>Support and source code: <a href="https://github.com/themoeway/yomitan" rel="noreferrer noopener">Github</a></li> + <li>Release notes: <a href="https://github.com/themoeway/yomitan/releases" rel="noreferrer noopener" data-href-format="https://github.com/themoeway/yomitan/releases/tag/{version}" id="release-notes-this-version-link">This version</a> | <a href="https://github.com/themoeway/yomitan/releases" rel="noreferrer noopener">All versions</a></li> <li>More extension information: <a href="/permissions.html">Permissions</a> | <a href="/legal.html">Licenses</a> | <a href="/issues.html">Issues</a></li> </ul> </div></div></div></div> |