diff options
-rw-r--r-- | fatcat_scholar/templates/work.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/work.html b/fatcat_scholar/templates/work.html index 8829ec2..611576b 100644 --- a/fatcat_scholar/templates/work.html +++ b/fatcat_scholar/templates/work.html @@ -6,7 +6,7 @@ {% endblock %} {% block extra_head %} - <link rel="canonical" href="/work/{{ work.work_ident }}"> + <link rel="canonical" href="https://scholar.archive.org/work/{{ work.work_ident }}"> <meta name="citation_title" content="{{ work.biblio.title }}"> {% for contrib in work.biblio.contrib_names %} |