Skip to content

Commit 29d21e5

Browse files
Song docs link fixes (#402)
1 parent b1d0f3f commit 29d21e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

markdown/documentation/song/installation/configuration/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ All configurations for Song are centralized to a single environment variable fil
88

99
**There are five primary steps for successfully configuring Song for installation:**
1010

11-
1. [Connecting Song with it's companion file transfer service (Score)](/documentation/song/installation/configurations/score/)
12-
2. [Setting up and linking Song to an OAuth service](/documentation/song/installation/configurations/oauth)
13-
3. [Connecting Kafka](/documentation/song/installation/configurations/kafka)
14-
4. [Configuring ID management](/documentation/song/installation/configurations/id)
15-
5. [Configuring Schema Strictness](documentation/song/installation/configurations/schema)
11+
1. [Connecting Song with it's companion file transfer service (Score)](/documentation/song/installation/configuration/score/)
12+
2. [Setting up and linking Song to an OAuth service](/documentation/song/installation/configuration/oauth)
13+
3. [Connecting Kafka](/documentation/song/installation/configuration/kafka)
14+
4. [Configuring ID management](/documentation/song/installation/configuration/id)
15+
5. [Configuring Schema Strictness](/documentation/song/installation/configuration/schema/)

markdown/documentation/song/user/submit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ghcr.io/overture-stack/score:latest
4343

4444
## Step 1. Prepare a payload
4545

46-
First, a metadata payload must be prepared. The payload must conform to an `analysis_type` registered as a schema. For help with creating or updating schemas please see the <a href="/documentation/song/user-guide/schema" target="_blank" rel="noopener noreferrer">Dynamic Schemas documentation</a>.
46+
First, a metadata payload must be prepared. The payload must conform to an `analysis_type` registered as a schema. For help with creating or updating schemas please see the <a href="/documentation/song/admin/schemas/" target="_blank" rel="noopener noreferrer">Dynamic Schemas documentation</a>.
4747

4848
## Step 2. Upload the metadata payload file
4949

0 commit comments

Comments
 (0)