Skip to content

Commit

Permalink
updated github links in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshumchenia committed Mar 27, 2024
1 parent 6c0ea26 commit a059308
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project:
website:
page-navigation: true
title: "Governance Structure"
site-url: "https://rwscollab.github.io/pam-data-mgmt/"
repo-url: https://github.com/RWSCollab/pam-data-mgmt
site-url: "https://rwscollab.github.io/governance-structure/"
repo-url: https://github.com/RWSCollab/governance-structure
back-to-top-navigation: true

navbar:
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h2 class="anchored" data-anchor-id="research">7. RWSC Offshore Wind and Wildlif
}
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var filterRegex = new RegExp("https:\/\/rwscollab\.github\.io\/pam-data-mgmt\/");
var filterRegex = new RegExp("https:\/\/rwscollab\.github\.io\/governance-structure\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion _site/robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://rwscollab.github.io/pam-data-mgmt/sitemap.xml
Sitemap: https://rwscollab.github.io/governance-structure/sitemap.xml
4 changes: 2 additions & 2 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://rwscollab.github.io/pam-data-mgmt/index.html</loc>
<lastmod>2024-03-27T14:19:05.763Z</lastmod>
<loc>https://rwscollab.github.io/governance-structure/index.html</loc>
<lastmod>2024-03-27T14:22:55.748Z</lastmod>
</url>
</urlset>

0 comments on commit a059308

Please sign in to comment.