From 09087a91a484c373b92d1f211c7d3576ed1f30d4 Mon Sep 17 00:00:00 2001 From: Luke <69216256+acatiadroid@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:53:37 +0100 Subject: [PATCH] Fix links --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 287654d..6b4cca6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip install -U pybloxlink ``` ## Examples -Some examples can be found in [examples.md](https://github.com/acatiadroid/pybloxlink/blob/main/examples.md). +Some examples can be found here: https://acatiadroid.github.io/pybloxlink/examples.html ## Help If you need help, you can either make an [issue](https://github.com/acatiadroid/pybloxlink/issues/new) or join the Bloxlink server: https://discord.gg/bloxlink diff --git a/docs/index.md b/docs/index.md index 95d3878..b7500d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ * [API Reference](api.md) * [GitHub Page](https://github.com/acatiadroid/pybloxlink) * [PyPI Page](https://pypi.org/project/pybloxlink/) -* [Examples](examples.md) +* [Examples](https://acatiadroid.github.io/pybloxlink/examples.html) ## About PyBloxlink is an async API wrapper for the [Bloxlink](https://blox.link) API.