Skip to content

Commit

Permalink
Update URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorenar committed Nov 8, 2024
1 parent 51c9329 commit 757bb6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
```

Expand All @@ -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

Expand Down

0 comments on commit 757bb6a

Please sign in to comment.