diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/app/settings.py | 4 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/base.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/app/settings.py b/app/app/settings.py index 78cd7db..aa1e81b 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -77,10 +77,10 @@ else: use case. </p> <p class="flow-text"> - <a href="https://mitchriedstra.com/resume">Please contact me</a> + <a href="https://riedstra.dev">Please contact me</a> if you would like more information. This version has been specifically designed for a trucking company that continues to - use it more than two years after implementation. + use it years after implementation. </p> </p> <script> diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index d1cebdf..8b4a7b4 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -55,7 +55,7 @@ <div class="container"> <p> - Created by <a class="blue-text text-lighten-3" href="https://mitchriedstra.com/resume">Mitchell Riedstra</a> et al + Created by <a class="blue-text text-lighten-3" href="https://riedstra.dev">Mitchell Riedstra</a> et al </p> </div> <!-- |
