Skip to content

Commit

Permalink
Fix old link in Bismark docs (#2252)
Browse files Browse the repository at this point in the history
* Fix old link in Bismark docs

Closes #2251

* [automated] Update CHANGELOG.md

---------

Co-authored-by: MultiQC Bot <multiqc-bot@seqera.io>
  • Loading branch information
ewels and multiqc-bot committed Dec 27, 2023
1 parent 55ffcbc commit f034863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Move GitHub repository to `MultiQC` organisation ([#2243](https://github.com/MultiQC/MultiQC/pull/2243))
- Update all GitHub actions to their latest versions ([#2242](https://github.com/ewels/MultiQC/pull/2242))
- Seqera CLI: Updates for v0.9.2 ([#2248](https://github.com/MultiQC/MultiQC/pull/2248))
- Fix old link in Bismark docs ([#2252](https://github.com/MultiQC/MultiQC/pull/2252))

### New modules

Expand Down
2 changes: 1 addition & 1 deletion multiqc/modules/bismark/bismark.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def bismark_mbias_plot(self):
"""Make the M-Bias plot"""

description = '<p>This plot shows the average percentage methylation and coverage across reads. See the \n\
<a href="https://rawgit.com/FelixKrueger/Bismark/master/Docs/Bismark_User_Guide.html#m-bias-plot" target="_blank">bismark user guide</a> \n\
<a href="https://felixkrueger.github.io/Bismark/bismark/methylation_extraction/#m-bias-plot" target="_blank">bismark user guide</a> \n\
for more information on how these numbers are generated.</p>'

pconfig = {
Expand Down

0 comments on commit f034863

Please sign in to comment.