Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
| ... | ... |
@@ -45,7 +45,7 @@ pages: |
| 45 | 45 |
- ['installation/archlinux.md', 'Installation', 'Arch Linux'] |
| 46 | 46 |
- ['installation/frugalware.md', 'Installation', 'FrugalWare'] |
| 47 | 47 |
- ['installation/fedora.md', 'Installation', 'Fedora'] |
| 48 |
-- ['installation/openSUSE.md', 'Installation', 'openSUSE'] |
|
| 48 |
+- ['installation/SUSE.md', 'Installation', 'SUSE'] |
|
| 49 | 49 |
- ['installation/cruxlinux.md', 'Installation', 'CRUX Linux'] |
| 50 | 50 |
- ['installation/windows.md', 'Installation', 'Microsoft Windows'] |
| 51 | 51 |
- ['installation/binaries.md', 'Installation', 'Binaries'] |
| ... | ... |
@@ -30,7 +30,8 @@ |
| 30 | 30 |
{ "Condition": { "KeyPrefixEquals": "examples/ambassador_pattern_linking/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "articles/ambassador_pattern_linking/" } },
|
| 31 | 31 |
{ "Condition": { "KeyPrefixEquals": "examples/using_supervisord/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "articles/using_supervisord/" } },
|
| 32 | 32 |
{ "Condition": { "KeyPrefixEquals": "reference/api/registry_index_spec/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "reference/api/hub_registry_spec/" } },
|
| 33 |
- { "Condition": { "KeyPrefixEquals": "use/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "examples/" } }
|
|
| 33 |
+ { "Condition": { "KeyPrefixEquals": "use/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "examples/" } },
|
|
| 34 |
+ { "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } }
|
|
| 34 | 35 |
] |
| 35 | 36 |
} |
| 36 | 37 |
|