docs(changes): Fix broken issue links by DenverCoder1 · Pull Request #922 · python-babel/babel

Conversation

@DenverCoder1

Some links in CHANGES.rst are not linking directly to the corresponding issues properly. The extra # sign was causing it to be treated as a url hash on the issue listing page.

image

@codecov

Codecov Report

Merging #922 (86c5866) into master (a30d7cf) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #922      +/-   ##
==========================================
- Coverage   91.55%   91.55%   -0.01%     
==========================================
  Files          21       21              
  Lines        4217     4215       -2     
==========================================
- Hits         3861     3859       -2     
  Misses        356      356              
Impacted Files Coverage Δ
babel/messages/catalog.py 95.44% <0.00%> (-0.03%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

akx

akx approved these changes Nov 2, 2022

@akx akx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 Should've been more careful distilling the changelog.

Thanks!

2 participants

@DenverCoder1 @akx