Skip to content

Commit

Permalink
update cv urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Sep 12, 2024
1 parent d9d3052 commit b0abc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def cv_html_url(self) -> Optional[str]:
"""Return the URL of the CV file."""
if self.cv_file_name is not None:
return (
f'<a href="https://github.com/PlasmaControl/GroupWebsite/blob/main/src/assets/data/members/cvs/{self.cv_file_name}?raw=true">CV</a>'
f'<a href="https://plasmacontrol.github.io/GroupWebsite/assets/data/members/cvs/{self.cv_file_name}">CV</a>'
)

@functools.cached_property
Expand Down

0 comments on commit b0abc49

Please sign in to comment.