File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2222Ensure 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
You can’t perform that action at this time.
0 commit comments