Skip to content

Commit af3a758

Browse files
fixing links to index.md - they seem to be broken across the board, + 2 other fixes
1 parent 5f4fecf commit af3a758

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/pages/guides/apis-and-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The *Events* tab shows Adobe and custom events available for your organization.
1616

1717
## Plugins
1818

19-
The *Plugins* tab shows those Adobe products that currently support plugin creation and submission via the Adobe Developer Console. To find out more, please visit the [plugin overview](projects/index.md).
19+
The *Plugins* tab shows those Adobe products that currently support plugin creation and submission via the Adobe Developer Console. To find out more, please visit the [plugin overview](plugins/index.md).
2020

2121
## Runtime
2222

src/pages/guides/authentication/ServerToServerAuthentication/implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# OAuth Server-to-Server credential implementation guide
33

4-
The following guide goes over finer implementation details for OAuth Server-to-Server credentials. At the end of the guide is a list of recommended industry-standard OAuth2 libraries. Before you proceed, we recommend you become familiar with the server to server authentication credentials in our [server to server authentication guide](./index.md).
4+
The following guide goes over finer implementation details for OAuth Server-to-Server credentials. At the end of the guide is a list of recommended industry-standard OAuth2 libraries. Before you proceed, we recommend you become familiar with the server to server authentication credentials in our [server to server authentication guide](../ServerToServerAuthentication/index.md).
55

66
## Table of contents
77

@@ -15,7 +15,7 @@ The following guide goes over finer implementation details for OAuth Server-to-S
1515

1616
## Setting up the OAuth Server-to-Server credential
1717

18-
Depending on the API or an Event to your project on the Adobe Developer Console, you can select the OAuth Server-to-Server credential. The OAuth Server-to-Server credential is available for all APIs and Events supporting the [Service Account (JWT) credential *(deprecated)*](./index.md#service-account-jwt-credential-deprecated).
18+
Depending on the API or an Event to your project on the Adobe Developer Console, you can select the OAuth Server-to-Server credential. The OAuth Server-to-Server credential is available for all APIs and Events supporting the [Service Account (JWT) credential *(deprecated)*](../ServerToServerAuthentication/index.md#service-account-jwt-credential-deprecated).
1919

2020
### Credential Name
2121

src/pages/guides/authentication/ServerToServerAuthentication/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ You can also modify the set of product profiles by returning to your project on
2626

2727
Adobe supports two server to server authentication credentials. These credentials only differ in the way your application generates the access token, the rest of their functioning is similar.
2828

29-
1. OAuth Server-to-Server credential
30-
2. Service Account (JWT) credential *(deprecated)*
29+
1. [OAuth Server-to-Server credential](#oauth-server-to-server-credential)
30+
2. [Service Account (JWT) credential *(deprecated)*](#service-account-jwt-credential-deprecated)
3131

3232

3333
### OAuth Server-to-Server credential

src/pages/guides/plugins/plugin-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide provides instructions for distributing a Plugin created in Adobe Developer Console.
44

5-
For information on how to build a plugin, please being by reading the [plugin overview](index.md).
5+
For information on how to build a plugin, please being by reading the [plugin overview](../plugins/index.md).
66

77
## Select plugin project
88

src/pages/guides/services/services-add-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ The *Debug Tracing* tab shows details related to recent requests and responses r
7878

7979
## Next steps
8080

81-
Now that you have successfully added events to your project or workspace, you can follow this workflow again to add additional event registrations, or return to the [services overview](index.md) to select another type of service to add to your project.
81+
Now that you have successfully added events to your project or workspace, you can follow this workflow again to add additional event registrations, or return to the [services overview](../services/index.md) to select another type of service to add to your project.
8282

8383
If you have completed development on your project and are ready to submit your application for approval, please read the [project approval guide](../projects/approval.md) to get started.

src/pages/support/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frequently Asked Questions
22

3-
This document provides answers to frequently asked questions about Adobe Developer Console. This is a great place to start when troubleshooting a problem with Console. If you are unable to find the answer you're looking for, please refer to the [Support overview](index.md) for additional resources.
3+
This document provides answers to frequently asked questions about Adobe Developer Console. This is a great place to start when troubleshooting a problem with Console. If you are unable to find the answer you're looking for, please refer to the [Support overview](../support/index.md) for additional resources.
44

55
## Questions
66

0 commit comments

Comments
 (0)