Skip to content

Commit 3e058fa

Browse files
link fixes
1 parent 81c129d commit 3e058fa

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

website/guides/00-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Welcome to the Overture platform guides. Here you'll find comprehensive informat
2626
},
2727
{
2828
type: 'link',
29-
label: 'API Guides',
30-
href: '/guides/api-guides/',
29+
label: 'API Reference',
30+
href: '/guides/api-reference/',
3131
description: 'Interacting with our APIs.'
3232
},
3333

website/guides/04-api-reference.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ You can explore the endpoints, request parameters and response schemas directly
55

66
The Overture Platform has four APIs:
77

8-
1. [**Song:**](/guides/api-guides/rest-apis#song-api) A RESTful (Swagger) API for file metadata stored in Song.
9-
2. [**Score:**](http://localhost:3000/guides/api-guides/rest-apis#score-api) RESTful (Swagger) API for communicating with the Score Server.
10-
3. [**Maestro:**](/guides/api-guides/rest-apis#maestro-api) RESTful (Swagger) API for managing Song data indexing operations.
11-
4. [**Arranger:**](/guides/api-guides/gql-api) GraphQL API for querying Indexed data within elasticsearch.
8+
1. [**Song:**](/guides/api-reference#song-api) A RESTful (Swagger) API for file metadata stored in Song.
9+
2. [**Score:**](/guides/api-reference#score-api) RESTful (Swagger) API for communicating with the Score Server.
10+
3. [**Maestro:**](/guides/api-reference#maestro-api) RESTful (Swagger) API for managing Song data indexing operations.
1211

1312
:::info Important Note
1413
Arranger API Reference documentation is currently under development and will be available soon. If you encounter any issues or have questions about our API, please don't hesitate to reach out through our relevant [**community support channels**](/community/support).

website/src/components/SiteMap/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const products: Product[] = [
4848
{ title: 'Deployment Guides', link: '/guides/deployment-guide/', description: 'Deploying to Production', category: 'platform' },
4949
{ title: 'Administration Guides', link: '/guides/administration-guides/', description: 'Management and Customization', category: 'platform' },
5050
{ title: 'User Guides', link: '/guides/user-guides/', description: 'Interacting with the Platorm', category: 'platform' },
51-
{ title: 'API Reference', link: '/guides/api-guides', description: 'Interacting with the Platorms APIs', category: 'platform' },
51+
{ title: 'API Reference', link: '/guides/api-reference', description: 'Interacting with the Platorms APIs', category: 'platform' },
5252
{ title: 'Song', link: 'docs/core-software/song/overview', image: iconSong, description: 'Metadata Management Service', category: 'core' },
5353
{ title: 'Score', link: '/docs/core-software/score/overview', image: iconScore, description: 'File Transfer Service', category: 'core' },
5454
{ title: 'Maestro', link: '/docs/core-software/maestro/overview', image: iconMaestro, description: 'Metadata Indexing Service', category: 'core' },

0 commit comments

Comments
 (0)