这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@VictorAvelar
Copy link
Owner

@VictorAvelar VictorAvelar commented Aug 9, 2025

Description

Fix reported broken documentation links.

Closes #460 #462 #463 #464

Motivation and context

Generating working documentation helps with developer experience.

How has this been tested?

Please describe in detail how you tested your changes.

Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.

  • Unit tests added / updated
  • The tests run on docker (using make test)
  • The required test data has been added / updated

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • This change requires a documentation update

Checklist

  • If my change requires a change to the documentation, I have updated it accordingly.

@github-actions github-actions bot added documentation Improvements or additions to documentation core labels Aug 9, 2025
@VictorAvelar VictorAvelar requested a review from Copilot August 9, 2025 11:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes broken documentation links throughout the codebase by updating URLs in code comments to match the current Mollie API documentation structure. The changes ensure that developers can access accurate documentation references when working with the SDK.

  • Updates settlement-related API documentation URLs to use "list-" prefixes instead of "get-"
  • Corrects chargeback documentation URLs to differentiate between listing all chargebacks vs payment-specific chargebacks
  • Updates order refund documentation URLs to use the correct "-1" suffix
  • Regenerates documentation with corrected line number references

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
mollie/settlements.go Updates 4 documentation URLs for settlement operations to use correct "list-" prefixes
mollie/refunds.go Updates order refunds documentation URL to include "-1" suffix
mollie/orders.go Updates order refunds documentation URL to match the corrected reference
mollie/chargebacks.go Updates chargeback documentation URLs to distinguish between general and payment-specific endpoints
docs/README.md Regenerated documentation with updated URLs and corrected line number references

@VictorAvelar VictorAvelar merged commit 402ebe4 into master Aug 9, 2025
6 checks passed
@VictorAvelar VictorAvelar deleted the fix/broken-links branch August 9, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link Checker Report

2 participants