Skip to content

Commit

Permalink
Update documentation domain to randovania.org
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterparty committed Mar 5, 2024
1 parent 447e5d4 commit 8d9c68a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To give you a taste of what's implemented, here are some highlighted features wh

## Documentation

The API is documented thoroughly at [randovania.github.io/randomprime](https://randovania.github.io/randomprime). Though a bit dated, some auxillary documents which may be useful can be found in the [/doc/](./doc/) folder.
The API is documented thoroughly at [randovania.org/randomprime](https://randovania.org/randomprime). Though a bit dated, some auxillary documents which may be useful can be found in the [/doc/](./doc/) folder.

## Changelog

Expand Down
4 changes: 2 additions & 2 deletions schema/randomprime.schema.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"title": "Randomprime API",
"description": "Input format for randomprime's JSON API. The JSON schema can be found [here](https://toasterparty.github.io/randomprime/randomprime.schema.json).",
"description": "Input format for randomprime's JSON API. The JSON schema can be found [here](https://randovania.org/randomprime/randomprime.schema.json).",
"type": "object",
"properties": {
"$schema": {
"description": "The URL of the JSON schema. Typically `https://toasterparty.github.io/randomprime/randomprime.schema.json`.",
"description": "The URL of the JSON schema. Typically `https://randovania.org/randomprime/randomprime.schema.json`.",
"type": "string"
},
"runMode": {
Expand Down

0 comments on commit 8d9c68a

Please sign in to comment.