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

use ordbokene.no in links

parent 3d6bd17e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export default {
})
},
create_link() {
return 'https://beta.ordbok.uib.no/' + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma)
return 'https://ordbokene.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