diff --git a/pagure/templates/master.html b/pagure/templates/master.html
index 38244de..704bc75 100644
--- a/pagure/templates/master.html
+++ b/pagure/templates/master.html
@@ -5,7 +5,7 @@
     <title>{% block title %}{% endblock %} - Pagure</title>
     <link rel="shortcut icon" type="image/vnd.microsoft.icon"
         href="{{ url_for('static', filename='favicon.ico')}}"/>
-    <link href="https://ryanlerch.fedorapeople.org/fedora-bootstrap/fedora-bootstrap.css"
+    <link href="https://apps.fedoraproject.org/global/fedora-bootstrap-1.0.1/fedora-bootstrap.css"
         type="text/css" rel="stylesheet" />
     <link href="{{ url_for('static', filename='pagure.css') }}"
         type="text/css" rel="stylesheet" />
@@ -136,7 +136,7 @@
             filename='jquery-ui-1.11.2.custom.min.js') }}">
     </script>
     <script type="text/javascript"
-        src="https://ryanlerch.fedorapeople.org/fedora-bootstrap/fedora-bootstrap.js">
+        src="https://apps.fedoraproject.org/global/fedora-bootstrap-1.0.1/fedora-bootstrap.js">
     </script>
     <script type="text/javascript">
 $('[data-toggle="tooltip"]').tooltip({placement : 'bottom'});