Update the links after minor file restructuring (#3396)

This commit is contained in:
DogmaDragon
2023-02-06 07:34:06 +02:00
committed by GitHub
parent d80ec1d7a1
commit ef2af977d3
8 changed files with 15 additions and 15 deletions

View File

@@ -30,9 +30,9 @@ By default, when a scene has a resume point, the scene player will automatically
## Custom CSS
The stash UI can be customised using custom CSS. See [here](https://docs.stashapp.cc/docs/User-Interface-UI/Custom-CSS-Snippets/) for a community-curated set of CSS snippets to customise your UI.
The stash UI can be customised using custom CSS. See [here](https://docs.stashapp.cc/user-interface-ui/custom-css-snippets) for a community-curated set of CSS snippets to customise your UI.
[Stash Plex Theme](https://docs.stashapp.cc/docs/User-Interface-UI/Themes/Theme-Plex/) is a community created theme inspired by the popular Plex interface.
[Stash Plex Theme](https://docs.stashapp.cc/user-interface-ui/themes/plex) is a community created theme inspired by the popular Plex interface.
## Custom Javascript

View File

@@ -218,7 +218,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
``` json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#performerjson",
"$id": "https://docs.stashapp.cc/in-app-manual/tasks/jsonspec#performerjson",
"title": "performer",
"description": "A json file representing a performer. The file is named by a MD5 Code.",
"type": "object",
@@ -318,7 +318,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
``` json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#studiojson",
"$id": "https://docs.stashapp.cc/in-app-manual/tasks/jsonspec#studiojson",
"title": "studio",
"description": "A json file representing a studio. The file is named by a MD5 Code.",
"type": "object",
@@ -357,7 +357,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#scenejson",
"$id": "https://docs.stashapp.cc/in-app-manual/tasks/jsonspec#scenejson",
"title": "scene",
"description": "A json file representing a scene. The file is named by the MD5 Code of the file its data is referring to.",
"type": "object",