Skip to content

Commit dfcf1b1

Browse files
authored
remove use of molpopgen.org as the URL (#103)
1 parent fa3c8e6 commit dfcf1b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sitemap from '@astrojs/sitemap';
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://www.molpopgen.org',
8+
site: 'https://thorntonlab.github.io',
99
integrations: [mdx(), sitemap()],
1010
// syntax highlight
1111
markdown: {

markdown/books.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Books and course material
22

3-
* [Visual guide to concepts in population genetics](https://www.molpopgen.org/visual-popgen)
3+
* [Visual guide to concepts in population genetics](https://thorntonlab.github.io/visual-popgen)

src/pages/teaching_materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ date: "Nov 16 2022"
88

99
# Teaching material
1010

11-
* [Visual guide](https://www.molpopgen.org/visual-popgen/intro.html) to concepts in population genetics.
11+
* [Visual guide](https://thorntonlab.github.io/visual-popgen/intro.html) to concepts in population genetics.

0 commit comments

Comments
 (0)