Skip to content

Commit

Permalink
Fixed in-file URL to point to readthedocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 20, 2024
1 parent ad6e93e commit 351781d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibmanager/bib_manager/bib_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,8 @@ def export(entries, bibfile=None, meta=False):
# Header for identification purposes:
header = [
'This file was created by bibmanager\n',
'https://pcubillos.github.io/bibmanager/\n\n']
'https://bibmanager.readthedocs.io/en/latest/\n\n'
]
# Care not to overwrite user's bib files:
if os.path.exists(bibfile):
with open(bibfile, 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit 351781d

Please sign in to comment.