Skip to content

Commit 4a25a6b

Browse files
authored
Merge pull request #140 from Dyalog/139-pdf-spaces
Change PDF filenames to use dashes, not spaces in filenames
2 parents 5f80684 + ef6a3ce commit 4a25a6b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pdf/config.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@
33
"language-reference-guide": {
44
"title": "Dyalog APL Language",
55
"subtitle": "Reference Guide",
6-
"filename": "Dyalog APL Language Reference Guide.pdf"
6+
"filename": "Dyalog-APL-Language-Reference-Guide.pdf"
77
},
88
"dotnet-interface": {
99
"title": "Dyalog for Microsoft Windows",
1010
"subtitle": ".NET Framework Interface Guide",
11-
"filename": "Dyalog for Microsoft Windows .NET Framework Interface Guide.pdf"
11+
"filename": "Dyalog-for-Microsoft-Windows-.NET-Framework-Interface-Guide.pdf"
1212
},
1313
"interface-guide": {
1414
"title": "Dyalog for Microsoft Windows",
1515
"subtitle": "Interfaces Guide",
16-
"filename": "Dyalog for Microsoft Windows Interface Guide.pdf"
16+
"filename": "Dyalog-for-Microsoft-Windows-Interface-Guide.pdf"
1717
},
1818
"object-reference": {
1919
"title": "Dyalog for Microsoft Windows",
2020
"subtitle": "Object Reference Guide",
21-
"filename": "Dyalog for Microsoft Windows Object Reference Guide.pdf"
21+
"filename": "Dyalog-for-Microsoft-Windows-Object-Reference-Guide.pdf"
2222
},
2323
"programming-reference-guide": {
2424
"title": "Dyalog Programming",
2525
"subtitle": "Reference Guide",
26-
"filename": "Dyalog Programming Reference Guide.pdf"
26+
"filename": "Dyalog-Programming-Reference-Guide.pdf"
2727
},
2828
"unix-installation-and-configuration-guide": {
2929
"title": "Dyalog for UNIX",
3030
"subtitle": "Installation and Configuration Guide",
31-
"filename": "Dyalog for UNIX Installation and Configuration Guide.pdf"
31+
"filename": "Dyalog-for-UNIX-Installation-and-Configuration-Guide.pdf"
3232
},
3333
"unix-user-guide": {
3434
"title": "Dyalog for UNIX",
3535
"subtitle": "UI Guide",
36-
"filename": "Dyalog for UNIX UI Guide.pdf"
36+
"filename": "Dyalog-for-UNIX-UI-Guide.pdf"
3737
},
3838
"windows-installation-and-configuration-guide": {
3939
"title": "Dyalog for Microsoft Windows",
4040
"subtitle": "Installation and Configuration Guide",
41-
"filename": "Dyalog for Microsoft Windows Installation and Configuration Guide.pdf"
41+
"filename": "Dyalog-for-Microsoft-Windows-Installation-and-Configuration-Guide.pdf"
4242
},
4343
"windows-ui-guide": {
4444
"title": "Dyalog for Microsoft Windows",
4545
"subtitle": "UI Guide",
46-
"filename": "Dyalog for Microsoft Windows UI Guide.pdf"
46+
"filename": "Dyalog-for-Microsoft-Windows-UI-Guide.pdf"
4747
}
4848
},
4949
"settings": {

0 commit comments

Comments
 (0)