Skip to content

Commit

Permalink
Ignore Marketplace URL as it for some reason doesn't work correctly w…
Browse files Browse the repository at this point in the history
…ith link checker

Signed-off-by: Kim Christensen <kimworking@gmail.com>
  • Loading branch information
kichristensen committed May 24, 2024
1 parent 5866772 commit c3523be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# hugo https://github.com/peaceiris/actions-hugo
# upload test results https://github.com/actions/upload-artifact

name: check-doc-links
name: Check Website Links

on: pull_request
jobs:
Expand Down
3 changes: 2 additions & 1 deletion docs/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ IgnoreURLs:
- ^/v\d\.
- ^/latest/
- ^/community/src/
- http://localhost:1313/docs
- ^http://localhost:1313/docs$
- ^https://marketplace.visualstudio.com/items\?itemName=getporter.porter-vscode$
IgnoreAltMissing: true
IgnoreInternalEmptyHash: true
2 changes: 1 addition & 1 deletion docs/content/docs/operations/examine-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The `porter explain` command will show what credentials and parameters are requi

`porter explain` can be used with a published bundle, as show above, or with a local bundle. The command even works with bundles that were not built with Porter, through the use of the `--cnab-file` flag. For all the options, run the command `porter explain --help`.

If you would like to see the invocation images and/or the images the bundle will use, see the [inspect](/cli/inspect_bundles/) command.
If you would like to see the invocation images and/or the images the bundle will use, see the [inspect](/cli/porter_bundles_inspect//) command.
2 changes: 1 addition & 1 deletion docs/content/mixins/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Run a command or script

Run a command or script.

✅ Learn how to use the exec mixin with our [Exec Mixin Best Practice Guide](/docs(/docs/best-practices/exec-mixin/))
✅ Learn how to use the exec mixin with our [Exec Mixin Best Practice Guide](/docs/best-practices/exec-mixin/)

Source: https://porter.sh/src/pkg/exec

Expand Down

0 comments on commit c3523be

Please sign in to comment.