Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Dec 3, 2024
1 parent db25d38 commit d4d7366
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/cheese-grinder/poppy-ui/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- label: I have read the [Contributing Guidelines](https://github.com/CheeseGrinder/poppy-ui/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/cheese-grinder/poppy-ui/blob/main/CODE_OF_CONDUCT.md).
- label: I agree to follow the [Code of Conduct](https://github.com/CheeseGrinder/poppy-ui/blob/main/CODE_OF_CONDUCT.md).
required: true
- label: I have searched for [existing issues](https://github.com/cheese-grinder/ionic-framework/issues) that already report this problem, without success.
- label: I have searched for [existing issues](https://github.com/CheeseGrinder/ionic-framework/issues) that already report this problem, without success.
required: true

- type: dropdown
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/cheese-grinder/poppy-ui/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- label: I have read the [Contributing Guidelines](https://github.com/CheeseGrinder/poppy-ui/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/cheese-grinder/poppy-ui/blob/main/CODE_OF_CONDUCT.md).
- label: I agree to follow the [Code of Conduct](https://github.com/CheeseGrinder/poppy-ui/blob/main/CODE_OF_CONDUCT.md).
required: true
- label: I have searched for [existing issues](https://github.com/cheese-grinder/poppy-ui/issues) that already include this feature request, without success.
- label: I have searched for [existing issues](https://github.com/CheeseGrinder/poppy-ui/issues) that already include this feature request, without success.
required: true

- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Issue number: resolves #

---------

Expand Down
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@

'package: angular':
- changed-files:
- any-glob-to-any-file:
- any-glob-to-any-file:
- packages/angular/**/*
- packages/angular-*/**/*

'package: react':
- changed-files:
- any-glob-to-any-file:
- any-glob-to-any-file:
- packages/react/**/*
- packages/react-*/**/*

'package: vue':
- changed-files:
- any-glob-to-any-file:
- any-glob-to-any-file:
- packages/vue/**/*
- packages/vue-*/**/*

'dependencies':
- changed-files:
- any-glob-to-any-file:
- ./**/package.json
- packages/**/package.json

'performance':
- head-branch:
Expand All @@ -53,4 +53,4 @@
- ^docs?/
- changed-files:
- any-glob-to-any-file:
- ./**/*.md
- ./**/*.md
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[contact@ionic.io](mailto:contact@ionic.io).
[contact@cheese-grinder.fr](mailto:contact@cheese-grinder.fr).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
6 changes: 1 addition & 5 deletions packages/core/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,9 @@ const showModal = async () => {
[Check out the CONTRIBUTE guide](/docs/CONTRIBUTING.md)

## Related

<!-- * [Poppy Documentation](https://poppy.com/docs/) -->
<!-- * [Poppy Discord](https://ionic.link/discord) -->
<!-- * [Poppy Forum](https://forum.poppy.com/) -->
* [Stencil](https://stenciljs.com/)


## License

* [MIT](https://raw.githubusercontent.com/CheeseGrinder/poppy-ui/master/LICENSE)
* [MIT](https://raw.githubusercontent.com/CheeseGrinder/poppy-ui/main/LICENSE)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ an [issue](https://github.com/CheeseGrinder/poppy-ui/issues/new) on this reposit
### Contributing

Thanks for your interest in contributing! Read up on our guidelines for
[contributing](https://github.com/CheeseGrinder/poppy-ui/blob/main/docs/CONTRIBUTING.md)
[contributing](https://github.com/CheeseGrinder/poppy-ui/blob/main/CONTRIBUTING.md)
and then look through our issues with a [help wanted](https://github.com/CheeseGrinder/poppy-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
label.

Expand Down

0 comments on commit d4d7366

Please sign in to comment.