Skip to content

Commit 35a40a9

Browse files
authored
fix: update links and paths in readme (#605)
fix: update links and paths
1 parent 43242e0 commit 35a40a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# 5e-srd-api
22

3-
![Build Status](https://github.com/bagelbits/5e-srd-api/workflows/5e%20SRD%20API%20CI/badge.svg?branch=main)
4-
![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F5e-bits%2Fdnd-uptime%2Fmain%2Fapi%2Fapi%2Fuptime.json)
3+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/5e-bits/5e-srd-api/ci.yml?style=flat&logo=github&logoColor=white)](https://github.com/5e-bits/5e-srd-api/actions/workflows/ci.yml)
4+
[![Discord](https://img.shields.io/discord/656547667601653787?style=flat&logo=discord&logoColor=white)](https://discord.gg/TQuYTv7)
55
![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F5e-bits%2Fdnd-uptime%2Fmain%2Fapi%2Fapi%2Fresponse-time.json)
6-
7-
[![Discord](https://img.shields.io/discord/656547667601653787)](https://discord.gg/TQuYTv7)
6+
![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F5e-bits%2Fdnd-uptime%2Fmain%2Fapi%2Fapi%2Fuptime.json)
87

98
REST API to access [D&D 5th Edition SRD API](https://www.dnd5eapi.co/)
109

@@ -24,9 +23,9 @@ Then run it with docker-compose:
2423
docker compose up --build
2524
```
2625

27-
### M1/M2 Macs
26+
### M1/M2/M3 Macs
2827

29-
The command above pulls the latest image of the database from ghcr.io, which only targets the amd64 platform. If you are running on a different platform (like an M1/M2 mac), you will need to build the image yourself. See the [5e-database](https://github.com/5e-bits/5e-database#how-to-run) repo for additional details.
28+
The command above pulls the latest image of the database from ghcr.io, which only targets the amd64 platform. If you are running on a different platform (like a Mac with Apple Silicon), you will need to build the image yourself. See the [5e-database](https://github.com/5e-bits/5e-database#how-to-run) repo for additional details.
3029

3130
```shell
3231
cd ../
@@ -99,7 +98,7 @@ contents.
9998

10099
## Data Issues
101100

102-
If you see anything wrong with the data itself, please open an issue or PR over [here.](https://github.com/bagelbits/5e-database)
101+
If you see anything wrong with the data itself, please open an issue or PR over [here.](https://github.com/5e-bits/5e-database/)
103102

104103
## Running Tests
105104

@@ -116,9 +115,10 @@ In order to run integration tests locally you can use the command: `npm run test
116115

117116
Public facing API documentation lives [here.](https://www.dnd5eapi.co/docs)
118117

119-
We use [RapiDoc](https://mrin9.github.io/RapiDoc/index.html) to create the documentation UI from a bundled single file OpenAPI definition created as part of the `npm run build` task.
118+
The [docs repository](https://github.com/5e-bits/docs) contains the source for the public facing API documentation. It uses
119+
[Docusaurus](https://docusaurus.io/) to generate the site from a bundled OpenAPI spec.
120120

121-
Additional details and information on working with the documentation can be found in the `/swagger` directory's [README](src/swagger/README.md).
121+
More details on working with the OpenAPI spec can be found in the [`src/swagger`](src/swagger/) directory's [README](src/swagger/README.md).
122122

123123
## Contributing
124124

0 commit comments

Comments
 (0)