diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index f75a4196d..15c99bf7d 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -55,7 +55,7 @@ jobs: project: DOCS issuetype: Bug summary: Broken link detected in TS docs - description: "For more info see https://github.com/viamrobotics/viam-typsescript-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}." + description: "For more info see https://github.com/viamrobotics/viam-typescript-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}." - name: Log created Jira issue if: failure() - run: echo "Issue ${{ steps.create.outputs.issue }} was created" \ No newline at end of file + run: echo "Issue ${{ steps.create.outputs.issue }} was created" diff --git a/.htmltest.yml b/.htmltest.yml index 93c71076a..0bdcd6892 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -6,6 +6,7 @@ IgnoreDirectoryMissingTrailingSlash: false IgnoreURLs: - "app.viam.com" - "http://joda-time.sourceforge.net" + - "https://typedoc.org/" IgnoreDirs: - "lib" CacheExpires: "6h"