diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 31b2baf..b240115 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: name: Package runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -37,7 +37,7 @@ jobs: - package runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -104,11 +104,11 @@ jobs: body: | ## Features Requests / Bugs - If you find issues or have a feature request, please enter a [new issue on GitHub](https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/issues/new). + If you find issues or have a feature request, please enter a [new issue on GitHub](https://github.com/tektronix/tsp-toolkit-kic-cli/issues/new). ## Installation - View the installation instructions in the [README](https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/blob/main/README.md) + View the installation instructions in the [README](https://github.com/tektronix/tsp-toolkit-kic-cli/blob/main/README.md) ## Changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd95b8..c5319d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Language feature has been added for DAQ6510 and DMM6500 command set(TSP-304) - Language feature has been added for 24XX and DMM7510 command set(TSP-232) -[0.15.0]: https://github.com/TEK-Engineering/tsp-toolkit-webhelp/releases/tag/v0.15.0 -[0.14.1]: https://github.com/TEK-Engineering/tsp-toolkit-webhelp/releases/tag/v0.14.1 -[0.11.2]: https://github.com/TEK-Engineering/tsp-toolkit-webhelp/releases/tag/v0.11.2 +[0.15.0]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.15.0 +[0.14.1]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.14.1 +[0.11.2]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.11.2 diff --git a/WebHelpDocs/package.json b/WebHelpDocs/package.json index f76f64f..afb89c8 100644 --- a/WebHelpDocs/package.json +++ b/WebHelpDocs/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TEK-Engineering/tsp-toolkit-webhelp.git" + "url": "git+https://github.com/tektronix/tsp-toolkit-webhelp.git" }, "author": "", "license": "ISC"