about summary refs log tree commit diff
path: root/doc/release-notes.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-25 14:05:48 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-25 14:12:16 +0200
commitacba9240cdd89295c6e3a22525dc67cb936d164c (patch)
treeb6a009c508576d8427d1dc5d34817b9ff5bc320c /doc/release-notes.xml
parentcbf2526bfda604260fcf69973fffddc535afc099 (diff)
downloadnixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.gz
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.bz2
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.lz
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.xz
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.tar.zst
nixlib-acba9240cdd89295c6e3a22525dc67cb936d164c.zip
nixos.org/tarballs -> tarballs.nixos.org
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
Diffstat (limited to 'doc/release-notes.xml')
-rw-r--r--doc/release-notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes.xml b/doc/release-notes.xml
index 0551b36cdbff..2a1fb9f31091 100644
--- a/doc/release-notes.xml
+++ b/doc/release-notes.xml
@@ -237,12 +237,12 @@ fetchurl {
 
   <function>fetchurl</function> will first try to download this file
   from <link
-  xlink:href="http://nixos.org/tarballs/sha1/eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082"/>.
+  xlink:href="http://tarballs.nixos.org/sha1/eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082"/>.
   If that file doesn’t exist, it will try the original URL.  In
   general, the “content-addressed” location is
   <replaceable>mirror</replaceable><literal>/</literal><replaceable>hash-type</replaceable><literal>/</literal><replaceable>hash</replaceable>.
   There is currently only one content-addressable mirror (<link
-  xlink:href="http://nixos.org/tarballs"/>), but more can be
+  xlink:href="http://tarballs.nixos.org"/>), but more can be
   specified in the <varname>hashedMirrors</varname> attribute in
   <filename>pkgs/build-support/fetchurl/mirrors.nix</filename>, or by
   setting the <envar>NIX_HASHED_MIRRORS</envar> environment variable