We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684e8fa commit e8e456dCopy full SHA for e8e456d
CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
The following changes will appear in the next release:
4
5
-- None yet
+- 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.
9
10
11
# 0.1.10 (2018 Sep 28)
src/config.rs
@@ -43,7 +43,7 @@ pub fn activate_config_test_mode(forced: bool) {
43
44
45
const DEFAULT_CONFIG: &'static str = r#"[[default_bundles]]
46
-url = "https://purl.org/net/pkgwpub/tectonic-default"
+url = "https://archive.org/services/purl/purl/net/pkgwpub/tectonic-default"
47
"#;
48
49
0 commit comments