Skip to content

Commit

Permalink
fixed type in lists url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennamann committed May 15, 2017
1 parent f7037f8 commit 3926e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/flavortext.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Opens the list page
function goToLists() {
window.location = "https://destinflavortext.net/lists.html";
window.location = "https://destinyflavortext.net/lists.html";
}

// Returns the user to the home page
Expand Down
Loading

0 comments on commit 3926e31

Please sign in to comment.