Skip to content

Commit

Permalink
trying to get rid of a 404 in the version
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 15, 2025
1 parent ff1ffb8 commit 0f1908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<script>
document.addEventListener('DOMContentLoaded', function() {
fetch('versions.json')
fetch('https://docs.phalcon.io/versions.json')
.then(response => response.json())
.then(versions => {
const url = window.location.pathname;
Expand Down

0 comments on commit 0f1908b

Please sign in to comment.