Skip to content

Commit a3fda95

Browse files
authored
docs: update links in README and SSO documentation for accuracy (#732)
# Problem Fix Broken links. # Solution - Update links, some files got re-arranged and the links were not updated. Closes #701
1 parent b0d006f commit a3fda95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/src/Build/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Accounts are defined as an `msaId` (64-bit identifier) and can contain additiona
1919
- User Handle creation and retrieval
2020
- User key retrieval and management
2121

22-
See [Account Service Details & API Reference](./AccountService/README)
22+
See [Account Service Details & API Reference](./AccountService/AccountService.md)
2323

2424
## Graph Service
2525

@@ -30,7 +30,7 @@ Each Graph connection on Frequency can be private or public and can be unidirect
3030
- Update delegated user graphs
3131
- Watch graphs for external updates
3232

33-
See [Graph Service Details & API Reference](./GraphService)
33+
See [Graph Service Details & API Reference](./GraphService/GraphService.md)
3434

3535
## Content Publishing Service
3636

@@ -43,7 +43,7 @@ The Content Publishing Service enables the creation of new content-related activ
4343
- Request deletion of content
4444
- Store and attach media with [IPFS](https://ipfs.tech)
4545

46-
See [Content Publishing Service Details & API Reference](./ContentPublishing)
46+
See [Content Publishing Service Details & API Reference](./ContentPublishing/ContentPublishing.md)
4747

4848
## Content Watcher Service
4949

@@ -53,4 +53,4 @@ The Content Watcher Service enables client applications to process content found
5353
- Filterable webhooks
5454
- Scanning control
5555

56-
See [Content Watcher Service Details & API Reference](./ContentWatcher)
56+
See [Content Watcher Service Details & API Reference](./ContentWatcher/ContentWatcher.md)

docs/src/GettingStarted/SSO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you will set up a Sign In With Frequency button for use with T
2121
## Prerequisites
2222
Ensure you have:
2323
- Registered your application as a [Provider on Frequency Testnet](./BecomeProvider.md).
24-
- A backend-only-accessible [running instance](../Run/AccountService/RunAccountService.md) of the Account Service.
24+
- A backend-only-accessible [running instance](../Run/GatewayServices/RunGatewayServices.md) of the Account Service.
2525
- Access to a Frequency RPC Node.
2626
- Public Testnet Node: `wss://0.rpc.testnet.amplica.io`
2727

0 commit comments

Comments
 (0)