about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/entities.ent2
-rw-r--r--modules/core/common.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 37d71f5b..5ffab6df 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,4 @@ Documentation
 
 You can find the latest build of the documentation here:
 
-https://headcounter.org/hydra/job/openlab/vuizvui/manual/latest/download
+https://hydra.build/job/openlab/vuizvui/manual/latest/download
diff --git a/doc/entities.ent b/doc/entities.ent
index cee77e2d..2c4e8728 100644
--- a/doc/entities.ent
+++ b/doc/entities.ent
@@ -18,5 +18,5 @@
       xlink:href="&openlab.url;">OpenLab Augsburg</link>
 '>
 
-<!ENTITY hydra.base "https://headcounter.org/hydra">
+<!ENTITY hydra.base "https://hydra.build">
 <!ENTITY hydra.channelbase "&hydra.base;/channel/custom/openlab/vuizvui">
diff --git a/modules/core/common.nix b/modules/core/common.nix
index 9d286717..1e942742 100644
--- a/modules/core/common.nix
+++ b/modules/core/common.nix
@@ -46,7 +46,7 @@ in {
 
     nix = {
       settings = {
-        substituters = [ "https://headcounter.org/hydra/" ];
+        substituters = [ "https://hydra.build/" ];
         trusted-public-keys = [
           "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg="
         ];