Update repo links
This commit is contained in:
parent
9dee3ef555
commit
348a7a54d8
6 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
# xiv.zone
|
||||
|
||||
[](https://builds.sr.ht/~redstrate/xiv.zone?)
|
||||
|
||||
This is the source code of the website hosted at [xiv.zone](https://xiv.zone/).
|
||||
|
||||
## Building
|
||||
|
|
|
@ -7,16 +7,15 @@ aliases:
|
|||
|
||||
A modding framework for FFXIV written in Rust. Used in [Astra]({{< ref "astra" >}}) and [Novus]({{< ref "novus" >}}) but can easily be integrated into your own projects.
|
||||
|
||||
It's also usable from C, C++ and other languages that can interface with them with [libphysis](https://git.sr.ht/~redstrate/libphysis).
|
||||
It's also usable from C, C++ and other languages that can interface with them with [libphysis](https://github.com/redstrate/libphysis).
|
||||
|
||||
See more information on the [crates.io page](https://crates.io/crates/physis).
|
||||
|
||||
## Get Involved & Support
|
||||
|
||||
{{< begin-grid >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on sourcehut." url="https://github.com/redstrate/Physis" >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on GitHub." url="https://github.com/redstrate/Physis" >}}
|
||||
{{< blurb title="View Documentation" description="API documentation is available on XIV Docs." url="https://docs.xiv.zone/docs/physis/" >}}
|
||||
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this!" url="https://redstrate.com/fund" >}}
|
||||
{{< end-grid >}}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12,6 +12,6 @@ See more information on it's [GitHub repository](https://github.com/redstrate/Ka
|
|||
## Get Involved & Support
|
||||
|
||||
{{< begin-grid >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Kawari is available on sourcehut." url="https://github.com/redstrate/kawari" >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Kawari is available on GitHub." url="https://github.com/redstrate/kawari" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}}
|
||||
{{< end-grid >}}
|
||||
|
|
|
@ -14,6 +14,6 @@ See more information on it's [GitHub repository](https://github.com/redstrate/No
|
|||
## Get Involved & Support
|
||||
|
||||
{{< begin-grid >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Novus is available on sourcehut." url="https://github.com/redstrate/Novus" >}}
|
||||
{{< blurb title="Get Source Code & Contribute" description="The full source code for Novus is available on GitHub." url="https://github.com/redstrate/Novus" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}}
|
||||
{{< end-grid >}}
|
||||
|
|
|
@ -10,7 +10,7 @@ Currently only source tarballs are available.
|
|||
|
||||
### Source Code
|
||||
|
||||
A complete source tarball is available, which is generated via sourcehut CI on every commit. This includes every vendored dependency as well, which is useful for distribution packaging.
|
||||
A complete source tarball is available, which is generated via GitHub CI on every commit. This includes every vendored dependency as well, which is useful for distribution packaging.
|
||||
|
||||
{{< rawhtml >}}
|
||||
<div class="buttons">
|
||||
|
|
Loading…
Add table
Reference in a new issue