Skip to content

Commit 448a7a2

Browse files
author
Bharathi Selvaraj
committed
Fix missing links
1 parent c601285 commit 448a7a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/energy-data-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ landingContent:
7575
- text: Reservoir DDMS API tutorial
7676
url: tutorial-reservoir-ddms-apis.md
7777
- text: Reservoir DDMS websocket API tutorial
78-
url: tutorial-reservoir-ddms-websocket-apis.md
78+
url: tutorial-reservoir-ddms-websocket.md
7979
- linkListType: how-to-guide
8080
links:
8181
- text: How to convert SEG-Y to oVDS

articles/energy-data-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ items:
3737
- name: Use Reservoir DDMS APIs
3838
href: tutorial-reservoir-ddms-apis.md
3939
- name: Use Reservoir DDMS websocket APIs
40-
href: tutorial-reservoir-ddms-websocket-apis.md
40+
href: tutorial-reservoir-ddms-websocket.md
4141
- name: Concepts
4242
items:
4343
- name: OSDU® services available on Azure Data Manager for Energy

articles/energy-data-services/tutorial-reservoir-ddms-websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
4141
docker tag ${SSLCLIENT_IMAGE} open-etp:ssl-client
4242
```
4343

44-
1. Follow [How to generate auth token](how-to-generate-auth-token) to create a valid auth token. This token is used to authenticate the calls to server.
44+
1. Follow [How to generate auth token](how-to-generate-auth-token.md) to create a valid auth token. This token is used to authenticate the calls to server.
4545

4646
1. Set the following variables:
4747
```bash

0 commit comments

Comments
 (0)