Skip to content

Commit

Permalink
updating rel links for webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinotcho committed Apr 12, 2024
1 parent 5226a3a commit 3ab91ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/MobileCoverage/assets/js/just-the-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function initNav() {

function initSearch() {
var request = new XMLHttpRequest();
request.open('GET', 'http://localhost:4000/assets/js/search-data.json', true);
request.open('GET', 'https://resess.github.io/artifacts/MobileCoverage/assets/js/search-data.json', true);

request.onload = function(){
if (request.status >= 200 && request.status < 400) {
Expand Down

0 comments on commit 3ab91ec

Please sign in to comment.