Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Song docs link fixes #402

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions markdown/documentation/song/installation/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All configurations for Song are centralized to a single environment variable fil

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

1. [Connecting Song with it's companion file transfer service (Score)](/documentation/song/installation/configurations/score/)
2. [Setting up and linking Song to an OAuth service](/documentation/song/installation/configurations/oauth)
3. [Connecting Kafka](/documentation/song/installation/configurations/kafka)
4. [Configuring ID management](/documentation/song/installation/configurations/id)
5. [Configuring Schema Strictness](documentation/song/installation/configurations/schema)
1. [Connecting Song with it's companion file transfer service (Score)](/documentation/song/installation/configuration/score/)
2. [Setting up and linking Song to an OAuth service](/documentation/song/installation/configuration/oauth)
3. [Connecting Kafka](/documentation/song/installation/configuration/kafka)
4. [Configuring ID management](/documentation/song/installation/configuration/id)
5. [Configuring Schema Strictness](/documentation/song/installation/configuration/schema/)
2 changes: 1 addition & 1 deletion markdown/documentation/song/user/submit.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ghcr.io/overture-stack/score:latest

## Step 1. Prepare a payload

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>.
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>.

## Step 2. Upload the metadata payload file

Expand Down