File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,13 +103,10 @@ impl<B: Bundle + ?Sized> Bundle for Box<B> {
103103/// setting, so you should use that if you are in a position to do so.
104104///
105105/// This URL will be embedded in the binaries that you create, which may be used
106- /// for years into the future, so it needs to be durable and reliable. At the
107- /// moment, the URL is hosted on `archive.org` and redirects to a web-based
108- /// storage service that has changed a few times over the years. Note that
109- /// `archive.org` is blocked in China, causing problems for that potential user
110- /// base.
111- pub const FALLBACK_BUNDLE_URL : & str =
112- "https://archive.org/services/purl/net/pkgwpub/tectonic-default" ;
106+ /// for years into the future, so it needs to be durable and reliable. We used
107+ /// `archive.org` for a while, but it had low-level reliability problems and was
108+ /// blocked in China. We now use a custom webservice.
109+ pub const FALLBACK_BUNDLE_URL : & str = "https://relay.fullyjustified.net/default_bundle.tar" ;
113110
114111/// Open the fallback bundle.
115112///
You can’t perform that action at this time.
0 commit comments