Skip to content

Commit 17c4f24

Browse files
Change URL to scionproto-contrib GH pages
1 parent 8e1f4da commit 17c4f24

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

EMBEDDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An example embedding using javascript:
2626
<script type="text/javascript">
2727
async function fetchPubs() {
2828
const targetDiv = document.getElementById('pub-div');
29-
const remoteUrl = 'https://jeltevanbommel.github.io/scion-publications/index.html';
29+
const remoteUrl = 'https://scionproto-contrib.github.io/publications/index.html';
3030
3131
try {
3232
// Fetch the publication list

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Example:
8484
year = {2021},
8585
month = {dec},
8686
booktitle = {International Conference on emerging Networking EXperiments and Technologies (CoNEXT ’21)},
87-
url = {https://jeltevanbommel.github.io/scion-publications/pdfs/2021/2021_conext_deployment.pdf},
87+
url = {https://scionproto-contrib.github.io/publications/pdfs/2021/2021_conext_deployment.pdf},
8888
doi = {10.1145/3485983.3494862},
8989
comment = {Best Paper Award},
9090
keywords = {networking}

0 commit comments

Comments
 (0)