Skip to content

Commit

Permalink
replacing tek-engineering with tektronix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev committed Mar 26, 2024
1 parent 980ebbd commit 324c833
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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}}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion WebHelpDocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 324c833

Please sign in to comment.