Skip to content

Commit d6fb902

Browse files
Copilotekraffmiller
andcommitted
docs: change absolute GitHub blob links to relative links in README.md
Co-authored-by: ekraffmiller <[email protected]>
1 parent a6284c6 commit d6fb902

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ getDataset.execute(datasetIdentifier, datasetVersion).then((dataset: Dataset) =>
3636
/* ... */
3737
```
3838

39-
For detailed information about available use cases see [Use Cases Docs](https://github.com/IQSS/dataverse-client-javascript/blob/main/docs/useCases.md).
39+
For detailed information about available use cases see [Use Cases Docs](docs/useCases.md).
4040

41-
For detailed information about usage see [Usage Docs](https://github.com/IQSS/dataverse-client-javascript/blob/main/docs/usage.md).
41+
For detailed information about usage see [Usage Docs](docs/usage.md).
4242

4343
## Changelog
4444

45-
See [CHANGELOG.md](https://github.com/IQSS/dataverse-client-javascript/blob/main/CHANGELOG.md) for a detailed history of changes to this project.
45+
See [CHANGELOG.md](CHANGELOG.md) for a detailed history of changes to this project.
4646

4747
## Contributing
4848

49-
Want to add a new use case or improve an existing one? Please check the [Contributing](https://github.com/IQSS/dataverse-client-javascript/blob/main/CONTRIBUTING.md) section.
49+
Want to add a new use case or improve an existing one? Please check the [Contributing](CONTRIBUTING.md) section.
5050

5151
## License
5252

53-
This project is open source and available under the [MIT License](https://github.com/IQSS/dataverse-client-javascript/blob/main/LICENSE).
53+
This project is open source and available under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)