Skip to content
Snippets Groups Projects
Commit 57dd364f authored by Henrik Askjer's avatar Henrik Askjer
Browse files

revert to beta.ordbok

parent 02e268ee
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export default {
})
},
create_link() {
return 'https://ordbokene.no/' + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma)
return 'https://beta.ordbok.uib.no/' + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma)
},
get_citation_info() {
let date = new Date();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment