VictorAvelar / mollie-api-go

Golang wrapper for Mollie's REST API with full resource coverage.
https://www.mollie.com/developers/libraries/golang
MIT License
61 stars 36 forks source link

Fix links in the code documentation #381

Closed VictorAvelar closed 6 days ago

VictorAvelar commented 2 months ago

List of changes

Desired outcome

Currently the godoc block for creating a payment is:

// Create stores a new payment object attached to your Mollie account.
//
// See: https://docs.mollie.com/reference/v2/payments-api/create-payment

It should be:

// Create stores a new payment object attached to your Mollie account.
//
// See: https://docs.mollie.com/reference/create-payment
VictorAvelar commented 3 weeks ago

Confirmed today that the generated documentation links are no longer reachable, therefore this requires extra attention.