Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jan 22, 2024
1 parent 474a634 commit 7ef6bc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
</head>

<body>
<noscript>This page requires JavaScript to work, please enable it or read the list <a href="https://github.com/free-for-life/free-for-life#readme">here</a>.</noscript>
<noscript>This page requires JavaScript to work, please enable it or read the list <a href="https://github.com/wdhdev/free-for-life#readme">here</a>.</noscript>

<div id="app">Loading...</div>

<script>
window.$docsify = {
name: "Free For Life",
repo: "free-for-life/free-for-life",
repo: "wdhdev/free-for-life",
search: ["/"],
alias: {
"/": "https://raw.githubusercontent.com/free-for-life/free-for-life/main/README.md",
"/contributing": "https://raw.githubusercontent.com/free-for-life/free-for-life/main/CONTRIBUTING.md",
"/license": "https://raw.githubusercontent.com/free-for-life/free-for-life/main/LICENSE"
"/": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/README.md",
"/contributing": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/CONTRIBUTING.md",
"/license": "https://raw.githubusercontent.com/wdhdev/free-for-life/main/LICENSE"
},
darklightTheme: {
siteFont: "Source Sans Pro, Helvetica Neue",
Expand Down

0 comments on commit 7ef6bc6

Please sign in to comment.