Commit 5446bd8 1 parent 684e8fa commit 5446bd8 Copy full SHA for 5446bd8
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The following changes will appear in the next release:
4
4
5
- - None yet
5
+ - The URL embedded in the code that points to the default bundle has been
6
+ changed to point to the archive.org domain. Hopefully this will result in
7
+ more reliable service — there have been problems with SSL certificate
8
+ updates on purl.org in the past.
6
9
7
10
8
11
# 0.1.10 (2018 Sep 28)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ pub fn activate_config_test_mode(forced: bool) {
43
43
44
44
45
45
const DEFAULT_CONFIG : & ' static str = r#"[[default_bundles]]
46
- url = "https://purl .org/net/pkgwpub/tectonic-default"
46
+ url = "https://archive .org/services/purl /net/pkgwpub/tectonic-default"
47
47
"# ;
48
48
49
49
You can’t perform that action at this time.
0 commit comments