Skip to content

Commit 62b1464

Browse files
committed
replace all imgur urls
1 parent b01ef35 commit 62b1464

File tree

35 files changed

+18
-18
lines changed

35 files changed

+18
-18
lines changed

docs/developers/modules/chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The chat module allows you to interact with and modify users chat feeds.
99
- Adds the ability to simulate live updating messages
1010
- Grants the ability to remove specific messages for a player
1111

12-
![Chat Module Example](https://i.imgur.com/4kMmYJZ.gif#center)
12+
![Chat Module Example](/modules/chat/overview.gif#center)
1313

1414
<div style={{ textAlign: "center" }}>
1515
<small>Example of simulating live chat!</small>

docs/developers/modules/coloredfire.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Tab, Tabs } from 'nextra-theme-docs'
66

77
The colored fire module allows you to modify the color of the flames that appear on a burning entity.
88

9-
![Colored Fire Module Example](https://i.imgur.com/Ou4kiYE.png#center)
9+
![Colored Fire Module Example](/modules/coloredfire/overview.png#center)
1010

1111
<div style={{ textAlign: "center" }}>
1212
<small>Make users burn with any color!</small>

docs/developers/modules/cooldown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apollo's cooldown module allows servers to interact with the Cooldown mod found
1010
- Add your own custom icon, visible within the cooldown.
1111
- Set your own duration for each cooldown.
1212

13-
![Cooldown Module Example](https://i.imgur.com/EPPNIQw.png#center)
13+
![Cooldown Module Example](/modules/cooldown/overview.png#center)
1414

1515
<div style={{ textAlign: "center" }}>
1616
<small>Display any in-game item, SVGs or textures found within resourcepacks! (1.7+)</small>

docs/developers/modules/glint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The glint module allows you to control, display, and override a custom glint eff
1414
This module is only supported for 1.7 to 1.12 versions of Lunar Client.
1515
</Callout>
1616

17-
![Glint Module Example](https://i.imgur.com/UcIY0YO.png#center)
17+
![Glint Module Example](/modules/glint/overview.png#center)
1818

1919
<div style={{ textAlign: "center" }}>
2020
<small>Set enchantment glints on any item with any color!</small>

docs/developers/modules/glow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The glow module allows you to take advantage of the vanilla Minecraft Glow Effec
1515
In Version 1.12, Optifine's 'Fast Render' setting alters player rendering. This is expected behavior for Optifine.
1616
</Callout>
1717

18-
![Glow Module Example](https://i.imgur.com/Ra3r363.png#center)
18+
![Glow Module Example](/modules/glow/overview.png#center)
1919

2020
<div style={{ textAlign: "center" }}>
2121
<small>Highlight any user with the glow effect, of any color on all versions!</small>

docs/developers/modules/limb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The limb module allows you to hide the `ArmorPiece` and `BodyPart` limbs of a pl
99
- Adds the ability to hide individual armor pieces and body parts of a player.
1010
- Select certain body parts and armor pieces to hide without needing to do any complex integration.
1111

12-
![Limb Module Example](https://i.imgur.com/nzq1aht.jpeg#center)
12+
![Limb Module Example](/modules/limb/overview.png#center)
1313

1414
<div style={{ textAlign: "center" }}>
1515
<small>Hide select body parts and armor pieces!</small>

docs/developers/modules/modsetting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can find all available mods and their options under the mods section.
1414
- Ability to change, enable or disable mod settings within a mod.
1515
- Ability to retrieve the current value of any mod and settings within a mod.
1616

17-
![Mod Settings Module Example](https://i.imgur.com/KJqpGfa.png#center)
17+
![Mod Settings Module Example](/modules/modsettings/overview.png#center)
1818

1919
<div style={{ textAlign: "center" }}>
2020
<small>When mods are disabled on the server, players will receive a notification!</small>

docs/developers/modules/nametag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The nametag module enhances the vanilla Minecraft nametag.
1616
After a certain point, adding extra lines can start to be less appealing.
1717
</Callout>
1818

19-
![Nametag Module Example](https://i.imgur.com/kE5CyLm.png#center)
19+
![Nametag Module Example](/modules/nametag/overview.png#center)
2020

2121
<div style={{ textAlign: "center" }}>
2222
<small>Display an unlimited amount of lines above a users head.</small>

docs/developers/modules/notification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The notification module allows you to send Lunar Client notifications to players
1111
- Custom notification color can be provided.
1212
- Custom icons can be provided.
1313

14-
![Notification Module Example](https://i.imgur.com/pBgRxda.png#center)
14+
![Notification Module Example](/modules/notification/overview.png#center)
1515

1616
<div style={{ textAlign: "center" }}>
1717
<small>Send notifications using Lunar Client, with any icon, title, and description!</small>

docs/developers/modules/richpresence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The rich presence module allows you to interact with Discord and Lunar Client's
2020
Your server must be a part of Lunar Client's [ServerMappings](/server-mappings/introduction) to use this module.
2121
</Callout>
2222

23-
![Rich Presence Module Example](https://i.imgur.com/k788SQ2.png#center)
23+
![Rich Presence Module Example](/modules/richpresence/overview.png#center)
2424

2525
<div style={{ textAlign: "center" }}>
2626
<small>Display information about your server on Discord and Lunar Client's rich presence!</small>

0 commit comments

Comments
 (0)