diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b33f8a..206118c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use Git hooks for updating version in header - Update badges in README +- Update URLs to repo in README ### Removed diff --git a/README.md b/README.md index c502354..26b387e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ libXDGdirs [![Codacy Badge](https://app.codacy.com/project/badge/Grade/547fc2ec9e314ad593c14d84a7d4fab5)](https://app.codacy.com/gh/Jorenar/libXDGdirs/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![CodeFactor](https://www.codefactor.io/repository/github/jorenar/libxdgdirs/badge)](https://www.codefactor.io/repository/github/jorenar/libxdgdirs) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Jorenar_libXDGdirs&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Jorenar_libXDGdirs) -[![License](https://img.shields.io/github/license/Jorengarenar/libXDGdirs)](https://github.com/Jorengarenar/libXDGdirs/blob/master/LICENSE) -[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/Jorengarenar/libXDGdirs?include_prereleases&sort=semver)](https://github.com/Jorengarenar/libXDGdirs/releases) +[![License](https://img.shields.io/github/license/Jorenar/libXDGdirs)](https://github.com/Jorenar/libXDGdirs/blob/master/LICENSE) +[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/Jorenar/libXDGdirs?include_prereleases&sort=semver)](https://github.com/Jorenar/libXDGdirs/releases) [![AUR version](https://img.shields.io/aur/version/libxdgdirs)](https://aur.archlinux.org/packages/libxdgdirs) An implementation of [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) @@ -23,10 +23,10 @@ If a relative path is encountered, the path is considered invalid and `NULL` is ### Download -Download the latest version from [release page](https://github.com/Jorengarenar/libXDGdirs/releases) +Download the latest version from [release page](https://github.com/Jorenar/libXDGdirs/releases) or clone Git repository for latest: ```sh -git clone https://github.com/Jorengarenar/libXDGdirs.git +git clone https://github.com/Jorenar/libXDGdirs.git cd libXDGdirs ``` @@ -43,13 +43,13 @@ cmake --install build/ ## Documentation -[Documentation](https://jorengarenar.github.io/libXDGdirs) generated from **latest commit** using [Doxygen](https://www.doxygen.nl) +[Documentation](https://jorenar.github.io/libXDGdirs) generated from **latest commit** using [Doxygen](https://www.doxygen.nl) ## Usage -Refer to [topics](https://jorengarenar.github.io/libXDGdirs/topics.html) -and [examples](https://jorengarenar.github.io/libXDGdirs/examples.html) -in [documentation](https://jorengarenar.github.io/libXDGdirs) +Refer to [topics](https://jorenar.github.io/libXDGdirs/topics.html) +and [examples](https://jorenar.github.io/libXDGdirs/examples.html) +in [documentation](https://jorenar.github.io/libXDGdirs) ## Read more