ramsayleung / rspotify

Spotify Web API SDK implemented on Rust
MIT License
633 stars 121 forks source link

Fix a broken link in struct AuthCodeSpotify #401

Closed escwxyz closed 1 year ago

escwxyz commented 1 year ago

Description

This commit fixes the link to point to the correct Spotify developer docs.

Motivation and Context

The documentation for AuthCodeSpotify struct contained a broken link.

Dependencies

Type of change

Please delete options that are not relevant.

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Please also list any relevant details for your test configuration

Is this change properly documented?

Please make sure you've properly documented the changes you're making.

Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).

ramsayleung commented 1 year ago

Thanks for your contribution. The CI jobs failed, you should rebase the latest commit from the master branch, I have fixed this build errors.