docs: fix link formatting in ADR 0012#15201
Conversation
Standardized the PR link format to improve documentation clarity. Part of JabRef#14897.
Review Summary by QodoStandardize markdown link formatting in ADR 0012
WalkthroughsDescription• Standardized markdown link formatting in ADR 0012 • Changed inline URL to proper markdown link syntax • Improved documentation readability and consistency Diagramflowchart LR
old["[As described here (comment)](URL)"]
new["As described in [PR #6687](URL)"]
old -- "standardize format" --> new
File Changes1. docs/decisions/0012-handle-different-bibEntry-formats-of-fetchers.md
|
Code Review by Qodo
1.
|
|
Hey @codepurple007! 👋 Thank you for contributing to JabRef! We have automated checks in place, based on which you will soon get feedback if any of them are failing. We also use Qodo for review assistance. It will update your pull request description with a review help and offer suggestions to improve the pull request. After all automated checks pass, a maintainer will also review your contribution. Once that happens, you can go through their comments in the "Files changed" tab and act on them, or reply to the conversation if you have further inputs. You can read about the whole pull request process in our contribution guide. Please ensure that your pull request is in line with our AI Usage Policy and make necessary disclosures. |
✅ All tests passed ✅🏷️ Commit: 8033b88 Learn more about TestLens at testlens.app. |
InAnYan
left a comment
There was a problem hiding this comment.
Well... I don't think this PR is linked to the mentioned issue, and the changes do not really correspond to the PR description...
But... I kinda agree with the change...
|
You committed your code on the For this pull request, this is OK. For subsequent pull requests, please start with a different branch with a proper branch name. See CONTRIBUTING.md for more details. |
|
While the PR was in progress, a new version of JabRef has been released. You have to merge |
|
The issue description links the wrong issue (which was falsely closed as a side-effect). Assuming that was a typo, please make sure to identify and close the actual issue this PR solved. |
|
I am very greatful for the merge! My apologies for the confusion, the PR was intended to help with the cleanup for #14897. I will be more careful for the next time, on my next contribution! |
* refs/heads/main: Increase max assignments from 2 to 3 Chore(deps): Bump io.zonky.test:embedded-postgres in /versions (#15213) Chore(deps): Bump jablib/src/main/resources/csl-styles (#15211) New Crowdin updates (#15208) Fix: Prevent creating empty or duplicate fields (#15168) chore(deps): update jackson monorepo to v3.1.0 (#15203) Update KeywordEditor to work with escaping (#14929) Chore(deps): Bump com.dlsc.gemsfx:gemsfx in /versions (#15205) Chore(deps): Bump tools.jackson:jackson-bom in /versions (#15206) Fix: Reset External File Type to default (#15167) docs: fix link formatting in ADR 0012 (#15201)
* docs: fix link formatting in ADR 0012 Standardized the PR link format to improve documentation clarity. Part of JabRef#14897. * Fix formatting in decision document for fetcher handling --------- Co-authored-by: Ruslan <ruslanpopov1512@gmail.com>
* docs: fix link formatting in ADR 0012 Standardized the PR link format to improve documentation clarity. Part of JabRef#14897. * Fix formatting in decision document for fetcher handling --------- Co-authored-by: Ruslan <ruslanpopov1512@gmail.com>
Related issues and pull requests
Closes #14897
PR Description
I have updated the link formatting in
docs/decisions/0012-handle-different-bibEntry-formats-of-fetchers.md. I changed the raw URL to a standard Markdown link for PR #6687 to make the documentation cleaner and more consistent.Steps to test
docs/decisions/0012-handle-different-bibEntry-formats-of-fetchers.md.Checklist