diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 719b4d4..1ec6355 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,18 +144,18 @@ To entirely understand your enhancement or bug report, developers will need to v
 
 Thanks for the inspirations and attributions to GitHub's [Open Source Guides](https://opensource.guide) and various contribution guides of large open source projects like [Atom][ref-atom-contributing], [React][ref-react-contributing] and [Ruby on Rails][ref-rubyonrails-contributing].
 
-[branch-develop]: https://github.com/schrodinger-hat/ImageGoNord/tree/develop
-[changelog]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/CHANGELOG.md
-[code-of-conduct]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/CODE_OF_CONDUCT.md
+[branch-develop]: https://github.com/schroedinger-hat/imagegonord-web/tree/develop
+[changelog]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/CHANGELOG.md
+[code-of-conduct]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/CODE_OF_CONDUCT.md
 [email]: mailto:scrordinger.hat.show@gmail.com
 [gh-help-attach-files]: https://help.github.com/articles/file-attachments-on-issues-and-pull-requests
 [gh-help-issue-keywords]: https://help.github.com/articles/closing-issues-using-keywords
 [gh-help-markdown-code-blocks]: https://help.github.com/articles/basic-writing-and-formatting-syntax
-[gh-issues]: https://github.com/schrodinger-hat/ImageGoNord/issues
-[gh-issues-label-question]: https://github.com/schrodinger-hat/ImageGoNord/labels/question
-[gh-pr]: https://github.com/schrodinger-hat/ImageGoNord/pulls
+[gh-issues]: https://github.com/schroedinger-hat/imagegonord-web/issues
+[gh-issues-label-question]: https://github.com/schroedinger-hat/imagegonord-web/labels/question
+[gh-pr]: https://github.com/schroedinger-hat/imagegonord-web/pulls
 [gh-osguide-contribute]: https://opensource.guide/how-to-contribute
-[gh-readme-port-projects]: https://github.com/schrodinger-hat/ImageGoNord#port-projects
+[gh-readme-port-projects]: https://github.com/schroedinger-hat/imagegonord-web#port-projects
 [git-docs-branching-workflows]: https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows
 [gitflow]: http://nvie.com/posts/a-successful-git-branching-model
 [ref-atom-contributing]: https://github.com/atom/atom/blob/master/CONTRIBUTING.md
@@ -164,6 +164,6 @@ Thanks for the inspirations and attributions to GitHub's [Open Source Guides](ht
 [semver]: http://semver.org
 [stackoverflow-mcve]: https://stackoverflow.com/help/mcve
 [sscce]: http://sscce.org
-[template-issue]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/.github/ISSUE_TEMPLATE.md
-[template-pr]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/.github/PULL_REQUEST_TEMPLATE.md
-[version-latest]: https://github.com/schrodinger-hat/ImageGoNord/releases/latest
\ No newline at end of file
+[template-issue]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/.github/ISSUE_TEMPLATE.md
+[template-pr]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/.github/PULL_REQUEST_TEMPLATE.md
+[version-latest]: https://github.com/schroedinger-hat/imagegonord-web/releases/latest
diff --git a/README.md b/README.md
index e6634f5..98bc559 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ImageGoNord - RGB image to Nordtheme palette
+# ImageGoNord Website - RGB image to Nordtheme palette
 <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
 [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
 <!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -7,12 +7,12 @@ Image Go Nord is a tool that can convert your rgb images to not only [Nordtheme]
 **IGN is a tool that can convert your rgb images to any palette!**
 
 This repository is:
-- an API hosted on Heroku that is using the [ImageGoNord Python package](https://github.com/Schrodinger-Hat/ImageGoNord-pip) written in Flask;
+- an API hosted on Heroku that is using the [ImageGoNord Python package](https://github.com/schroedinger-hat/ImageGoNord-pip) written in Flask;
 - a demo website made in VueJS hosted on Netlify which can convert your image or video into any palette!
 
 **Are you looking for the python package?**
 
-The official python package's repository is [ImageGoNord-pip](https://github.com/Schrodinger-Hat/ImageGoNord-pip). You are welcome :)
+The official python package's repository is [ImageGoNord-pip](https://github.com/schroedinger-hat/ImageGoNord-pip). You are welcome :)
 
 ### Inspiration
 
@@ -21,11 +21,11 @@ We are in love with Nordtheme and Linux Rice, that is why we created this reposi
 Our goal is to make a shortcut to convert image or video into any theme.
 <br>An example could be an awesome wallpaper converted into the Nordtheme palette.
 
-<img src="https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord/master/images/ign-demo-image.gif">
+<img src="https://raw.githubusercontent.com/schroedinger-hat/ImageGoNord-web/master/images/ign-demo-image.gif">
 
 <br>Or an example of an image converted into the Gruvbox palette
 
-<img src="https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord/master/images/ign-demo-gruvbox.gif">
+<img src="https://raw.githubusercontent.com/schroedinger-hat/ImageGoNord-web/master/images/ign-demo-gruvbox.gif">
 
 <br>
 
@@ -49,7 +49,7 @@ This will bring our website in your local.
 
 ### How to add a new palette on the website?
 
-It's very easy and you can refer to this [PR](https://github.com/Schrodinger-Hat/ImageGoNord/pull/150) as a sort of documentation.
+It's very easy and you can refer to this [PR](https://github.com/schroedinger-hat/ImageGoNord-web/pull/150) as a sort of documentation.
 
 **What I need to do?**
 You need to create a JSON file in `src/ign-frontend/src/assets/palettes/[themeName].json` with the following format:
@@ -96,16 +96,16 @@ Verify that everything is working great and open a PR :)
 <table>
   <tbody>
     <tr>
-      <td align="center"><a href="https://www.linkedin.com/in/%F0%9F%90%A7gabriele-puliti-b62915a9/"><img src="https://avatars.githubusercontent.com/u/12409541?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GabrielePuliti</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=Wabri" title="Code">💻</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=Wabri" title="Documentation">📖</a> <a href="#design-Wabri" title="Design">🎨</a> <a href="#ideas-Wabri" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-Wabri" title="Maintenance">🚧</a> <a href="#projectManagement-Wabri" title="Project Management">📆</a></td>
-      <td align="center"><a href="https://www.mikilombardi.com"><img src="https://avatars.githubusercontent.com/u/6616203?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miki Lombardi</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=TheJoin95" title="Code">💻</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=TheJoin95" title="Documentation">📖</a> <a href="#design-TheJoin95" title="Design">🎨</a> <a href="#ideas-TheJoin95" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-TheJoin95" title="Maintenance">🚧</a> <a href="#projectManagement-TheJoin95" title="Project Management">📆</a></td>
-      <td align="center"><a href="https://github.com/BugliL"><img src="https://avatars.githubusercontent.com/u/3107276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>BugliL</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=BugliL" title="Code">💻</a> <a href="#design-BugliL" title="Design">🎨</a> <a href="#ideas-BugliL" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BugliL" title="Maintenance">🚧</a> <a href="#projectManagement-BugliL" title="Project Management">📆</a></td>
+      <td align="center"><a href="https://www.linkedin.com/in/%F0%9F%90%A7gabriele-puliti-b62915a9/"><img src="https://avatars.githubusercontent.com/u/12409541?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GabrielePuliti</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=Wabri" title="Code">💻</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=Wabri" title="Documentation">📖</a> <a href="#design-Wabri" title="Design">🎨</a> <a href="#ideas-Wabri" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-Wabri" title="Maintenance">🚧</a> <a href="#projectManagement-Wabri" title="Project Management">📆</a></td>
+      <td align="center"><a href="https://www.mikilombardi.com"><img src="https://avatars.githubusercontent.com/u/6616203?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miki Lombardi</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=TheJoin95" title="Code">💻</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=TheJoin95" title="Documentation">📖</a> <a href="#design-TheJoin95" title="Design">🎨</a> <a href="#ideas-TheJoin95" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-TheJoin95" title="Maintenance">🚧</a> <a href="#projectManagement-TheJoin95" title="Project Management">📆</a></td>
+      <td align="center"><a href="https://github.com/BugliL"><img src="https://avatars.githubusercontent.com/u/3107276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>BugliL</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=BugliL" title="Code">💻</a> <a href="#design-BugliL" title="Design">🎨</a> <a href="#ideas-BugliL" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BugliL" title="Maintenance">🚧</a> <a href="#projectManagement-BugliL" title="Project Management">📆</a></td>
       <td align="center"><a href="http://abod1960.cf"><img src="https://avatars.githubusercontent.com/u/79435005?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Abdullah Omar</b></sub></a><br /><a href="#design-Abod1960" title="Design">🎨</a></td>
-      <td align="center"><a href="https://github.com/jlc893"><img src="https://avatars.githubusercontent.com/u/77926457?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jason</b></sub></a><br /><a href="#design-jlc893" title="Design">🎨</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=jlc893" title="Documentation">📖</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=jlc893" title="Code">💻</a></td>
-      <td align="center"><a href="https://github.com/senali-d"><img src="https://avatars.githubusercontent.com/u/52546856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Senali</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=senali-d" title="Documentation">📖</a></td>
+      <td align="center"><a href="https://github.com/jlc893"><img src="https://avatars.githubusercontent.com/u/77926457?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jason</b></sub></a><br /><a href="#design-jlc893" title="Design">🎨</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=jlc893" title="Documentation">📖</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=jlc893" title="Code">💻</a></td>
+      <td align="center"><a href="https://github.com/senali-d"><img src="https://avatars.githubusercontent.com/u/52546856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Senali</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=senali-d" title="Documentation">📖</a></td>
       <td align="center"><a href="https://juancldcmt.github.io"><img src="https://avatars.githubusercontent.com/u/72336775?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JuanCC</b></sub></a><br /><a href="#design-JuanCldCmt" title="Design">🎨</a></td>
     </tr>
     <tr>
-      <td align="center"><a href="http://www.linkedin.com/in/veronica-papini-5a546b179"><img src="https://avatars.githubusercontent.com/u/86972949?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Veronica Papini</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=VeroPap" title="Documentation">📖</a></td>
+      <td align="center"><a href="http://www.linkedin.com/in/veronica-papini-5a546b179"><img src="https://avatars.githubusercontent.com/u/86972949?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Veronica Papini</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=VeroPap" title="Documentation">📖</a></td>
     </tr>
   </tbody>
 </table>
@@ -124,4 +124,4 @@ Verify that everything is working great and open a PR :)
 
 ### License
 
-[MIT license](https://github.com/Schrodinger-Hat/ImageGoNord/blob/master/LICENSE)
+[MIT license](https://github.com/schroedinger-hat/ImageGoNord-web/blob/master/LICENSE)
diff --git a/reddit-posts-automation/auto-publish-multipalette.py b/reddit-posts-automation/auto-publish-multipalette.py
index 23c36a4..83229ce 100644
--- a/reddit-posts-automation/auto-publish-multipalette.py
+++ b/reddit-posts-automation/auto-publish-multipalette.py
@@ -107,7 +107,7 @@ def get_image_from_subreddit(subreddit):
         reddit_sub = imagegonord_subreddit.submit_image(IGN_TITLE_PREFIX + sub['title'] + IGN_TITLE_SUFFIX, image_path=img_path, flair_id=FLAIR[palette_key]['id'])
 
         print('Commenting')
-        reddit_sub.reply('The ImageGoWild website is available [here](https://ign.schrodinger-hat.it/color-schemes) as part of ImageGoNord project, try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
+        reddit_sub.reply('The ImageGoWild website is available [here](https://ign.schroedinger-hat.org/color-schemes) as part of ImageGoNord project, try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
       except Exception as e:
         print(e)
 
diff --git a/reddit-posts-automation/auto-publish.py b/reddit-posts-automation/auto-publish.py
index 71df28d..3d4fb51 100644
--- a/reddit-posts-automation/auto-publish.py
+++ b/reddit-posts-automation/auto-publish.py
@@ -95,7 +95,7 @@ def get_image_from_subreddit(subreddit):
       reddit_sub = imagegonord_subreddit.submit_image(sub['title'] + IGN_TITLE_SUFFIX, image_path=img_path, flair_id=FLAIR_IDS['NORD'])
 
       print('Commenting')
-      reddit_sub.reply('The ImageGoNord website is available [here](https://ign.schrodinger-hat.it/), try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
+      reddit_sub.reply('The ImageGoNord website is available [here](https://ign.schroedinger-hat.org/), try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
       published_post = published_post + 1
 
       if (published_post % REPOST_FREQUENCY == 0):
diff --git a/src/ign-frontend/public/index.html b/src/ign-frontend/public/index.html
index 54e3b79..ebe97ae 100755
--- a/src/ign-frontend/public/index.html
+++ b/src/ign-frontend/public/index.html
@@ -16,8 +16,8 @@
     
     <meta property="og:title" content="ImageGoNord - RGB image to Nordtheme">
     <meta property="og:type" content="article">
-    <meta property="og:url" content="https://ign.schrodinger-hat.it/">
-    <meta property="og:site_name" content="ign.schrodinger-hat.it">
+    <meta property="og:url" content="https://ign.schroedinger-hat.org/">
+    <meta property="og:site_name" content="ign.schroedinger-hat.org">
     <meta property="og:description" content="An opensource tool and an API that can convert your rgb images to nordtheme palette">
 
 
diff --git a/src/ign-frontend/src/components/Alert.vue b/src/ign-frontend/src/components/Alert.vue
index 8e5eaab..a603e58 100644
--- a/src/ign-frontend/src/components/Alert.vue
+++ b/src/ign-frontend/src/components/Alert.vue
@@ -1,6 +1,7 @@
 <template>
     <div class="notification-top-bar">
-      <p>This is a free self-hosted project. Please, consider on support us on <small><a target="_blank" href="https://opencollective.com/schrodinger-hat">OpenCollective <i class='fas fa-external-link-alt '></i></a></small> or <a href='https://twitter.com/schrodinger_hat' target="_blank">reach us<i class='fas fa-external-link-alt '></i></a> in order to sponsor the project.<br />Share the love & credits. Thank you</p>
+      <p>This is a free self-hosted project. Please, consider on support us on <small><a
+          target="_blank" href="https://opencollective.com/schrodinger-hat">OpenCollective <i class='fas fa-external-link-alt '></i></a></small> or <a href='https://twitter.com/schrodinger_hat' target="_blank">reach us<i class='fas fa-external-link-alt '></i></a> in order to sponsor the project.<br />Share the love & credits. Thank you</p>
     </div>
 </template>
 
diff --git a/src/ign-frontend/src/components/Contributing.vue b/src/ign-frontend/src/components/Contributing.vue
index 41fad3e..eb3e77c 100755
--- a/src/ign-frontend/src/components/Contributing.vue
+++ b/src/ign-frontend/src/components/Contributing.vue
@@ -6,9 +6,16 @@
       <div class="container contributing-container-text">
         <div class="inner-text">
           <h4>Contributing</h4>
-          <p><b>ImageGoNord</b> is open source and <a class="external-link-color" href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">hosted on GitHub</a>.</p>
-          <a class="github-button" href="https://github.com/Schrodinger-Hat/ImageGoNord" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star Schrodinger-Hat/ImageGoNord on GitHub">Star</a>
-          <p>If you find a bug or have an idea for a new feature, please <a class="external-link-color" target="_blank" href="https://github.com/Schrodinger-Hat/ImageGoNord/issues">open an issue on GitHub</a>.</p>
+          <p><b>ImageGoNord</b> is open source and <a class="external-link-color"
+            href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">hosted on GitHub</a>.</p>
+          <a class="github-button" href="https://github.com/Schroedinger-Hat/ImageGoNord-web"
+            data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large"
+                                                                                data-show-count="true"
+                                                                                aria-label="Star
+                                                                                Schroedinger-Hat/ImageGoNord-web on GitHub">Star</a>
+          <p>If you find a bug or have an idea for a new feature, please <a
+            class="external-link-color" target="_blank"
+            href="https://github.com/Schroedinger-Hat/ImageGoNord-web/issues">open an issue on GitHub</a>.</p>
           <p class="social">
             <a target="_blank" href="https://opencollective.com/schrodinger-hat">
               <i class="fas fa-donate external-link-color"></i>
diff --git a/src/ign-frontend/src/components/layout/MobileMenu.vue b/src/ign-frontend/src/components/layout/MobileMenu.vue
index 21f9215..f8b68f0 100755
--- a/src/ign-frontend/src/components/layout/MobileMenu.vue
+++ b/src/ign-frontend/src/components/layout/MobileMenu.vue
@@ -9,7 +9,7 @@
         <router-link to="/color-schemes">ImageGoWild</router-link>
         <router-link to="/wallpaper">Wallpaper</router-link>
         <router-link to="/about">About</router-link>
-        <a href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">GitHub</a>
+        <a href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">GitHub</a>
       </div>
     </nav>
   </div>
diff --git a/src/ign-frontend/src/components/layout/Navbar.vue b/src/ign-frontend/src/components/layout/Navbar.vue
index 15c609f..5cb36ac 100755
--- a/src/ign-frontend/src/components/layout/Navbar.vue
+++ b/src/ign-frontend/src/components/layout/Navbar.vue
@@ -18,7 +18,7 @@
           <a target="_blank" href="https://opencollective.com/schrodinger-hat">
             <i class="fas fa-donate mobile-menu-icon"></i>
           </a>
-          <a href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">
+          <a href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">
             <i class="mobile-menu-icon fab fa-github"></i>
           </a>
           <a @click="toggleMobileMenu" href="#">
diff --git a/src/ign-frontend/src/views/Documentation.vue b/src/ign-frontend/src/views/Documentation.vue
index 30b06ff..ff4a0e2 100755
--- a/src/ign-frontend/src/views/Documentation.vue
+++ b/src/ign-frontend/src/views/Documentation.vue
@@ -26,7 +26,7 @@
         <div class="guide python markdown-body">
           <h1>Documentation Python Package</h1>
           <p>The documentation is under development (as the package) and it is
-            <a href="https://ign.schrodinger-hat.it/documentation/python">available also on the website</a>.
+            <a href="https://ign.schroedinger-hat.org/documentation/python">available also on the website</a>.
           You can find some usage and some example under the example folder.</p>
           <h1 id="class-methods">Class &amp; Methods</h1>
           <h2 id="nordpalettefile-">NordPaletteFile:</h2>
diff --git a/src/ign-frontend/src/views/Installation.vue b/src/ign-frontend/src/views/Installation.vue
index 0867292..3ff5e65 100755
--- a/src/ign-frontend/src/views/Installation.vue
+++ b/src/ign-frontend/src/views/Installation.vue
@@ -36,15 +36,18 @@
       <section class="installation-guides">
         <div class="guide linux">
           <h3>Install on Linux</h3>
-          <p>Documentation available in the <a class="external-link-color" href="https://github.com/Schrodinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
+          <p>Documentation available in the <a class="external-link-color"
+            href="https://github.com/Schroedinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
         </div>
         <div class="guide windows">
           <h3>Install on Windows</h3>
-          <p>Documentation available in the <a class="external-link-color" href="https://github.com/Schrodinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
+          <p>Documentation available in the <a class="external-link-color"
+            href="https://github.com/Schroedinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
         </div>
         <div class="guide macos">
           <h3>Install on macOS</h3>
-          <p>Documentation available in the <a class="external-link-color" href="https://github.com/Schrodinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
+          <p>Documentation available in the <a class="external-link-color"
+            href="https://github.com/Schroedinger-Hat/ImageGoNord-pip" target="_blank">Github Repository</a></p>
         </div>
       </section>
     </div>
diff --git a/twitter-automation/action.yml b/twitter-automation/action.yml
index 98a774b..f8ee6ab 100644
--- a/twitter-automation/action.yml
+++ b/twitter-automation/action.yml
@@ -1,5 +1,5 @@
 name: 'Tweet from ImageGoNord Subreddit'
-description: 'Tweet the latest wallpaper from ImageGoNord Subreddit to Schrodinger_Hat Twitter profile'
+description: 'Tweet the latest wallpaper from ImageGoNord Subreddit to Schroedinger_Hat Twitter profile'
 runs:
   using: 'docker'
-  image: 'Dockerfile'
\ No newline at end of file
+  image: 'Dockerfile'