Skip to content

Commit aa168f3

Browse files
committed
Fix markdown
1 parent 76632d0 commit aa168f3

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/simplesamlphp-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ directory doesn't need to be inside the library's directory, making it easier to
106106
to set this environment variable is to set it in your web server's configuration. See the next section for more
107107
information.
108108

109-
## Configuring Apache
109+
## Configuring Apache {#section_4}
110110

111111
Examples below assume that SimpleSAMLphp is installed in the default location, `/var/simplesamlphp`. You may choose
112112
another location, but this requires a path update in a few files. See Appendix _Installing SimpleSAMLphp
@@ -139,7 +139,7 @@ Note the `Alias` directive, which gives control to SimpleSAMLphp for all urls ma
139139
them are accessible through the `public` subdirectory of your SimpleSAMLphp installation. You can name the alias
140140
whatever you want, but the name must be specified in the `baseurlpath` configuration option in the `config.php` file of
141141
SimpleSAMLphp as described in
142-
[the section called “SimpleSAMLphp configuration: config.php”](#section_6 "SimpleSAMLphp configuration: config.php").
142+
[the section called “SimpleSAMLphp configuration: config.php”](#section_6).
143143
Here is an example of how this configuration may look like in `config.php`:
144144

145145
```php
@@ -201,7 +201,7 @@ server {
201201
}
202202
```
203203

204-
## SimpleSAMLphp configuration: config.php
204+
## SimpleSAMLphp configuration: config.php {#section_6}
205205

206206
There are a few steps that you should complete in the main configuration file, `config.php`, right away:
207207

@@ -371,7 +371,7 @@ The SimpleSAMLphp package contains one folder named `simplesamlphp-x.y.z` (where
371371
this folder there are a lot of subfolders for library, metadata, configuration, etc. One of these folders is named
372372
`public`. **Only this folder should be exposed on the web**. The recommended configuration is to put the whole
373373
`simplesamlphp` folder outside the web root, and then link to the `public` folder by using the `Alias` directive, as
374-
described in [the section called “Configuring Apache”](#section_4 "Configuring Apache"). This is not the only
374+
described in [the section called “Configuring Apache”](#section_4). This is not the only
375375
possible way, though.
376376

377377
As an example, let's see how you can install SimpleSAMLphp in your home directory on a shared hosting server.

docs/simplesamlphp-sp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
This guide will describe how to configure SimpleSAMLphp as a service
66
provider (SP). You should previously have installed SimpleSAMLphp as
7-
described in the [SimpleSAMLphp installation instructions](installation).
8-
9-
[installation]: simplesamlphp-install
7+
described in the [SimpleSAMLphp installation instructions](simplesamlphp-install).
108

119
## Configuring the SP
1210

0 commit comments

Comments
 (0)