Skip to content

Commit 9a5fcab

Browse files
committed
Clean up readme links, and remove spammy console.log
1 parent e3b5432 commit 9a5fcab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Then, paste this URL into the box that appears: https://animated-java.dev/api/bu
3232
Click Confirm, and success! You've just installed Animated Java.
3333

3434
# Getting Started
35-
Check out the [Getting Started](https://animated-java.dev/docs/getting_started) page either online or in-app for detailed information on getting started with Animated Java.
35+
Check out the [Getting Started](https://animated-java-dev-ianssenne.vercel.app/docs/getting_started) page either online or in-app for detailed information on getting started with Animated Java.
3636

3737
# Contributing
3838
## Prerequisites

src/ui/components/newDocs/docsDialog.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
3939
function getPage(pageUrl: string) {
4040
const page = manifest.pages.find(page => page.url === pageUrl)
41-
console.log(manifest.pages)
4241
if (!page) throw new Error(`Failed to find page with URL ${pageUrl}`)
4342
return page
4443
}

0 commit comments

Comments
 (0)