Skip to content

Commit

Permalink
MAINTENANCE: Update GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Jul 9, 2023
1 parent 083a870 commit f6d266f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/BombenProdukt/blade-icons-pixelarticons-pro
repository_url: https://github.com/faustbrian/blade-icons-pixelarticons-pro
options:
commits:
filters:
Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ whether or not your feature is likely to be used by other users of the project.

## Guidelines

* Please follow the [Coding Style Guide](https://github.com/BombenProdukt/php-cs-fixer-config/blob/main/src/Presets/Standard.php).
* Please follow the [Coding Style Guide](https://github.com/faustbrian/php-cs-fixer-config/blob/main/src/Presets/Standard.php).
* Ensure that the current tests pass, and if you've added something new, add the tests where relevant.
* Send a coherent commit history, making sure each commit in your pull request is meaningful.
* You may need to [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to avoid merge conflicts.
Expand All @@ -47,5 +47,5 @@ $ composer test

## Credits

- [BombenProdukt](https://github.com/BombenProdukt)
- [Brian Faust](https://github.com/faustbrian)
- [All Contributors](../../../contributors)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<a href="https://github.com/BombenProdukt/blade-icons-pixelarticons-pro/actions">
<a href="https://github.com/faustbrian/blade-icons-pixelarticons-pro/actions">
<img src="https://badge.sh/github/check-runs/BombenProdukt/blade-icons-pixelarticons-pro" alt="Checks" />
</a>
<a href="https://packagist.org/packages/bombenprodukt/blade-icons-pixelarticons-pro">
Expand All @@ -21,7 +21,7 @@

## About Pixelarticons Pro

This project was created by, and is maintained by [BombenProdukt](https://github.com/BombenProdukt), and is a package to easily make use of [Pixelarticons Pro](https://pixelarticons.com/) with Laravel Blade Icons. Be sure to browse through the [changelog](CHANGELOG.md), [code of conduct](.github/CODE_OF_CONDUCT.md), [contribution guidelines](.github/CONTRIBUTING.md), [license](LICENSE), and [security policy](.github/SECURITY.md).
This project was created by, and is maintained by [Brian Faust](https://github.com/faustbrian), and is a package to easily make use of [Pixelarticons Pro](https://pixelarticons.com/) with Laravel Blade Icons. Be sure to browse through the [changelog](CHANGELOG.md), [code of conduct](.github/CODE_OF_CONDUCT.md), [contribution guidelines](.github/CONTRIBUTING.md), [license](LICENSE), and [security policy](.github/SECURITY.md).

## Installation

Expand All @@ -37,6 +37,6 @@ $ composer require bombenprodukt/blade-icons-pixelarticons-pro
## Usage

> **Note**
> Please refer to the [Blade Icons](https://github.com/BombenProdukt/blade-icons) documentation for more information on how to use this package.
> Please refer to the [Blade Icons](https://github.com/faustbrian/blade-icons) documentation for more information on how to use this package.
The prefix for all icon families in this package is `pixelarticons-pro`. Please refer to the [resources/svg](/resources/svg) directory for a list of available styles.

0 comments on commit f6d266f

Please sign in to comment.