Skip to content

Commit

Permalink
Merge pull request #12 from antioxidants/development
Browse files Browse the repository at this point in the history
fixed typo in lists url
  • Loading branch information
Hennamann authored May 15, 2017
2 parents 3f21837 + 3926e31 commit e0585a5
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 e0585a5

Please sign in to comment.