Skip to content

Commit 7fe851b

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 3889d1f commit 7fe851b

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

ob_v3p0/microsites/v3p0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ In addition to the documentation in this section, there are [OpenAPI](#docs-open
247247

248248
### Architecture
249249

250-
![Diagram showing the major components of the Open Badges API](./images/OB3_Architecture.svg)
250+
![Diagram showing the major components of the Open Badges API](v3p0/images/OB3_Architecture.svg)
251251

252252
There are five key components to the API architecture.
253253

@@ -547,7 +547,7 @@ There are two steps to dynamic client registration:
547547
1. Request a Service Description Document (SDD) from the [=resource server=]
548548
2. Register with the [=authorization server=]
549549

550-
![Sequence diagram for registration](/standards/images/OB3_ACG_DynamicClientRegistration.svg)
550+
![Sequence diagram for registration](v3p0/images/OB3_ACG_DynamicClientRegistration.svg)
551551

552552
The [=client=] only needs to register a `client_id` with the [=authorization server=] once. Each [=user=] will use the same `client_id` when they request their own authorization code.
553553

@@ -735,7 +735,7 @@ When a registration error condition occurs, the authorization server returns an
735735

736736
#### Obtaining Tokens
737737

738-
![Sequence diagram for obtaining access tokens when using the ACG flow](/standards/images/OB3_ACG_ObtainingTokens.svg)
738+
![Sequence diagram for obtaining access tokens when using the ACG flow](v3p0/images/OB3_ACG_ObtainingTokens.svg)
739739

740740
Obtaining an access token using an authorization code has two steps:
741741

ob_v3p0/microsites/v3p0/images/OB3_ACG_DynamicClientRegistration.svg

Lines changed: 1 addition & 0 deletions
Loading

ob_v3p0/microsites/v3p0/images/OB3_ACG_ObtainingTokens.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)