Skip to content

Commit

Permalink
chore: fix some links in the bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Oct 10, 2024
1 parent 17c0311 commit 9fa4c7c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out a documentation issue! If you need help, please ask your question in our [Slack community](https://kubefirst.io/slack).
Thanks for taking the time to fill out a documentation issue! If you need help, please ask your question in our [Slack community](https://konstruct.io/slack).
- type: dropdown
id: type
attributes:
Expand All @@ -23,7 +23,7 @@ body:
attributes:
label: What page is concerned?
description: If needed, URL to the page with missing or unclear information
placeholder: https://docs.kubefirst.io/
placeholder: https://kubefirst.konstruct.io/docs/
- type: input
id: version
attributes:
Expand All @@ -42,7 +42,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubefirst/docs/blob/main/CODE_OF_CONDUCT)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/konstructio/kubefirst-docs/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 20 additions & 0 deletions .github/workflows/link-inspector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Markdown Links Validation

on: [push, workflow_dispatch]

jobs:
check-markdown-link:
runs-on: ubuntu-latest
steps:

- name: Checkout this repository
uses: actions/[email protected]

- name: Run linkspector
uses: umbrelladocs/[email protected]
with:
github_token: ${{ secrets.github_token }}
fail_on_error: true
config_file: .linkinspector.yml
filter_mode: nofilter

Check failure on line 20 in .github/workflows/link-inspector.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

20:32 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 9fa4c7c

Please sign in to comment.