spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 5f82d9131e0b8b55ae6b89ed84f0ca6da94236fa
parent b0aa66800be61ed80206c9ccec9b0bb7237d3368
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Fri,  6 Sep 2024 17:26:23 -0700

Update URLs

Diffstat:
M404.html | 12++++++------
MCHANGELOG.md | 4++--
MREADME.md | 4++--
3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/404.html b/404.html @@ -5,17 +5,17 @@ <title>404 Not Found - Spanish-Quizzer</title> <meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations through a free and highly customizable web interface."> <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/png" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-32.png"> - <link rel="apple-touch-icon" sizes="180x180" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-180.png"> - <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/global.css"/> - <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/404.css"/> - <script src="https://ashermorgan.github.io/Spanish-Quizzer/js/global.js"></script> + <link rel="icon" type="image/png" href="https://apps.ashermorgan.net/spanish-quizzer/images/favicon-32.png"> + <link rel="apple-touch-icon" sizes="180x180" href="https://apps.ashermorgan.net/spanish-quizzer/images/favicon-180.png"> + <link rel="stylesheet" href="https://apps.ashermorgan.net/spanish-quizzer/css/global.css"/> + <link rel="stylesheet" href="https://apps.ashermorgan.net/spanish-quizzer/css/404.css"/> + <script src="https://apps.ashermorgan.net/spanish-quizzer/js/global.js"></script> </head> <body onload="SetTheme();"> <header>Spanish-Quizzer</header> <main> <h1>404 Not Found</h1> - <p><a href="https://ashermorgan.github.io/Spanish-Quizzer">homepage</a></p> + <p><a href="https://apps.ashermorgan.net/spanish-quizzer">homepage</a></p> </main> </body> </html> diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -65,7 +65,7 @@ ### Improved Features - Made it easier to find raw vocab sets and verb conjugations by creating the - [vocab page](https://ashermorgan.github.io/Spanish-Quizzer/vocab/). + [vocab page](https://apps.ashermorgan.net/spanish-quizzer/vocab/). - Disabled auto correct in the reference tables search bar to make it easier to search for Spanish words. - Improved noscript message. @@ -129,7 +129,7 @@ ## 2.3.0 - 2020-04-11 ### New Features -- Added [reference tables](https://ashermorgan.github.io/Spanish-Quizzer/Reference/). +- Added [reference tables](https://apps.ashermorgan.net/spanish-quizzer/Reference/). - Added audio prompts. - Added option to repeat missed prompts. diff --git a/README.md b/README.md @@ -1,9 +1,9 @@ # Spanish-Quizzer An app to quiz you on Spanish vocabulary and verb conjugations. -Try it out [here](https://ashermorgan.github.io/Spanish-Quizzer/). +Try it out [here](https://apps.ashermorgan.net/spanish-quizzer/). ## Features - Lots of filters - Lets you practice all 4 language skills (reading, listening, writing, and speaking) - Can be installed as a PWA so that it works offline -- [Reference tables](https://ashermorgan.github.io/Spanish-Quizzer/#/reference) +- [Reference tables](https://apps.ashermorgan.net/spanish-quizzer/#/reference)