diff --git a/package.json b/package.json index 599a8ce..04b9897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs.waifu.it", - "version": "3.0.4", + "version": "3.0.5", "description": "The new and improved documentation for Waifu.it", "scripts": { "dev": "next dev", diff --git a/pages/rest-api/Texts/Quote/search.mdx b/pages/rest-api/Texts/Quote/search.mdx index f3aaa39..077ec43 100644 --- a/pages/rest-api/Texts/Quote/search.mdx +++ b/pages/rest-api/Texts/Quote/search.mdx @@ -44,7 +44,7 @@ Here's example of how to make a request to the `/quote` endpoint. /* Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint. */ - const url = "https://quote.it/api/quote"; + const url = "https://waifu.it/api/quote"; const data = async () => { try { const { data } = await axios.get(url, { headers: {