-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f563c5
commit e25accb
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# [**The Paxy Book**](https://pax-hub.github.io/paxy-book/) - *Your guide to everything paxy* | ||
|
||
[![Discord Server](https://dcbadge.vercel.app/api/server/vFG57wDxsd?style=flat)](https://discord.gg/vFG57wDxsd) | ||
[![GitHub License](https://img.shields.io/github/license/pax-hub/paxy-book)](https://www.mozilla.org/en-US/MPL/) | ||
[![Publish](https://github.com/pax-hub/paxy-book/actions/workflows/publish.yml/badge.svg)](https://github.com/pax-hub/paxy-book/actions/workflows/publish.yml) | ||
[![GitHub License](https://img.shields.io/github/license/pax-hub/book-paxy)](https://www.mozilla.org/en-US/MPL/) | ||
[![Publish](https://github.com/pax-hub/paxy-book/actions/workflows/publish.yml/badge.svg)](https://github.com/pax-hub/book-paxy/actions/workflows/publish.yml) | ||
|
||
## Table of Contents | ||
|
||
|
@@ -17,7 +17,7 @@ | |
|
||
## For Users | ||
|
||
Please visit read the book at https://pax-hub.github.io/paxy-book | ||
Please visit read the book at https://pax-hub.github.io/book-paxy | ||
|
||
## For Developers | ||
|
||
|
@@ -30,16 +30,16 @@ In order to download the source code to your local computer for testing, or for | |
#### HTTPS | ||
|
||
```sh | ||
git clone https://github.com/pax-hub/paxy-book.git | ||
git clone https://github.com/pax-hub/book-paxy.git | ||
``` | ||
|
||
OR | ||
|
||
#### SSH | ||
|
||
```sh | ||
git clone [email protected]:pax-hub/paxy-book.git | ||
git clone [email protected]:pax-hub/book-paxy.git | ||
``` | ||
|
||
### Continuous Integration (CI) | ||
> TODO | ||
> TODO |