Skip to content

Commit b32a9de

Browse files
committed
Fix links
1 parent 3f24ad4 commit b32a9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/saml/docs/sp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ All these parameters override the equivalent option from the configuration.
6767
## Authentication data
6868

6969
Some SAML-specific attributes are available to the application after authentication.
70-
To retrieve these attributes, the application can use the `getAuthData()`-function from the [SP API](./simplesamlphp-sp-api).
70+
To retrieve these attributes, the application can use the `getAuthData()`-function from the [SP API](../simplesamlphp-sp-api).
7171
The following attributes are available:
7272

7373
`saml:sp:IdP`
@@ -100,7 +100,7 @@ The following attributes are available:
100100

101101
: List of Assertion Consumer Services in the generated metadata.
102102
Specified in the format detailed in the
103-
[Metadata endpoints](./simplesamlphp-metadata-endpoints) documentation.
103+
[Metadata endpoints](../simplesamlphp-metadata-endpoints) documentation.
104104
Note that this list is taken at face value, so it's not useful to
105105
list anything here that the SP auth source does not actually
106106
support (unless the URLs point externally).

0 commit comments

Comments
 (0)