Skip to content

Commit 7505d24

Browse files
committed
Fix outdated script and stylesheet references in manual primer entry
1 parent 012edd8 commit 7505d24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/primer-design/web/manualPrimerEntry.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
55
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
66
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script> -->
7-
<script src="bootstrap-4.1.3/dist/js/bootstrap.min.js"></script>
8-
<script src="./web/js/manualPrimerEntry.js"></script>
7+
<script src="../../../docs/bin/bootstrap-4.4.1-dist/js/bootstrap.min.js"></script>
8+
<script src="./js/manualPrimerEntry.js"></script>
99
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> -->
10-
<link rel="stylesheet" href="bootstrap-4.1.3/dist/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="../../../docs/bin/bootstrap-4.4.1-dist/css/bootstrap.min.css">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12-
<link rel="stylesheet" type="text/css" href="./web/css/manualPrimerEntry.css">
12+
<link rel="stylesheet" type="text/css" href="./css/manualPrimerEntry.css">
1313
</head>
1414
<body onload="populateOnLoad()">
1515
<h3 id="page-title"></h3>

0 commit comments

Comments
 (0)