From 7ab883b8c32883200a3193d9413862133a660b48 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon <pingou@pingoured.fr> Date: Jan 27 2016 15:43:12 +0000 Subject: Use the fedora-bootstrap version from apps.fp.o --- 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'});