Skip to content

Commit

Permalink
Remove symlinks to HTML ChangeLog and ReleaseNotes
Browse files Browse the repository at this point in the history
These files are not generated any more since WeeChat 4.4.0.
  • Loading branch information
flashcode committed Sep 8, 2024
1 parent 2ffa691 commit 7c6d968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions weechat/download/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ def set_stable_version(project, version):

# update doc symbolic links
doc_symlinks = (
('ChangeLog-stable.html', f'ChangeLog-{version}.html'),
('ReleaseNotes-stable.html', f'ReleaseNotes-{version}.html'),
('stable', version),
)
for link_name, filename in doc_symlinks:
Expand Down

0 comments on commit 7c6d968

Please sign in to comment.