Skip to content

Commit 34c5d6a

Browse files
authored
Fix typo in wiki/Home.md link (#1212)
the link was pointing to another markdown link within the link. so i made the link point to the correct link which was inside the link's link
1 parent e725aa9 commit 34c5d6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/Home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Depending on Sable
2-
[![Sable 1.21.1](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.ryanhcode.dev%2Freleases%2Fdev%2Fryanhcode%2Fsable%2Fsable-common-1.21.1%2Fmaven-metadata.xml&label=Sable%201.21.1)]([-1.21.1/](https://maven.ryanhcode.dev/releases/dev/ryanhcode/sable/sable-common-1.21.1/))
2+
[![Sable 1.21.1](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.ryanhcode.dev%2Freleases%2Fdev%2Fryanhcode%2Fsable%2Fsable-common-1.21.1%2Fmaven-metadata.xml&label=Sable%201.21.1)](https://maven.ryanhcode.dev/releases/dev/ryanhcode/sable/sable-common-1.21.1/)
33

44
Copy the following segments into your `build.gradle` file depending on the platform:
55

@@ -92,4 +92,4 @@ dependencies {
9292
- Simple compatability with [Sable Companion](https://github.com/ryanhcode/sable-companion)
9393
- [Working with Entities](https://github.com/ryanhcode/sable/wiki/Working-With-Entities)
9494
- [Block Physics Properties](https://github.com/ryanhcode/sable/wiki/Block-Physics-Properties)
95-
- [Dimension Physics Data](https://github.com/ryanhcode/sable/wiki/Dimension-Physics-Data)
95+
- [Dimension Physics Data](https://github.com/ryanhcode/sable/wiki/Dimension-Physics-Data)

0 commit comments

Comments
 (0)