Skip to content

Commit

Permalink
Fix links to GitHub repository (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
galchenok authored Nov 24, 2024
1 parent 7356e26 commit ffd7edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</li>
</ul>
<div class="d-lg-flex col-lg-3 justify-content-lg-end">
<a class="btn btn-primary" href="https://github.com/gomzyakov/larajournal" target="_blank">Star us on
<a class="btn btn-primary" href="https://github.com/larajournal/larajournal" target="_blank">Star us on
GitHub</a>
</div>
</div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h2 class="fw-bold text-body-emphasis">How to set up?</h2>
<pre class="w-100 my-0 py-0">
<code class="language-bash">git clone git@github.com:gomzyakov/larajournal.git</code>
</pre>
<p>And follow the instructions from <a href="https://github.com/gomzyakov/larajournal">https://github.com/gomzyakov/larajournal</a>
<p>And follow the instructions from <a href="https://github.com/larajournal/larajournal">https://github.com/larajournal/larajournal</a>
</p>
</div>
</div>
Expand All @@ -258,7 +258,7 @@ <h3 class="h1 text-body-emphasis fw-semibold">Need GitHub stars!</h3>
We need your support, please go to the GitHub repository and give us a star.
</p>
<div class="d-grid gap-2 col-lg-4 mx-auto">
<a class="btn btn-primary" href="https://github.com/gomzyakov/larajournal" target="_blank">Go to
<a class="btn btn-primary" href="https://github.com/larajournal/larajournal" target="_blank">Go to
repository</a>
</div>
</div>
Expand All @@ -268,7 +268,7 @@ <h3 class="h1 text-body-emphasis fw-semibold">Need GitHub stars!</h3>
<footer class="pt-5 my-5 text-body-secondary border-top">
<p>LaraJournal &mdash; Simple blog app on Laravel.</p>
<p>Made with &hearts; by <a href="https://github.com/gomzyakov" target="_blank">Alexander Gomzyakov</a> & <a
href="https://github.com/gomzyakov/larajournal/graphs/contributors" target="_blank">contributors</a>.
href="https://github.com/larajournal/larajournal/graphs/contributors" target="_blank">contributors</a>.
</p>
</footer>
</div>
Expand Down

0 comments on commit ffd7edc

Please sign in to comment.