Skip to content

Commit

Permalink
Change urls to point to getgauge
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Jun 10, 2024
1 parent 5396545 commit f13b2e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// GENERAL
// -----------------------------------------------------------------
name: 'Gauge Typescript',
repo: 'https://github.com/bugdiver/gauge-ts',
repo: 'https://github.com/getgauge/gauge-ts',
homepage: 'index.md',
loadSidebar: 'sidebar.md',
auto2top: true,
Expand All @@ -41,7 +41,7 @@
},
plugins: [
EditOnGithubPlugin.create(
'https://github.com/bugdiver/gauge-ts/blob/master/docs/'
'https://github.com/getgauge/gauge-ts/blob/master/docs/'
)
]
};
Expand All @@ -55,4 +55,4 @@
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
</body>

</html>
</html>
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gauge Typescript
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/BugDiver/gauge-ts/blob/master/LICENSE)
<a class="github-button" href="https://github.com/bugdiver/gauge-ts" data-icon="octicon-star" data-show-count="true" aria-label="Star bugdiver/gauge-ts on GitHub">Star</a>
<a class="github-button" href="https://github.com/getgauge/gauge-ts" data-icon="octicon-star" data-show-count="true" aria-label="Star bugdiver/gauge-ts on GitHub">Star</a>

A [typescript](https://www.typescriptlang.org/) runner for [Gauge](https://gauge.org).

Expand Down Expand Up @@ -33,7 +33,7 @@ To install the first component
gauge install ts
```

or download the `zip` file from [Github Release](https://github.com/BugDiver/gauge-ts/releases) and run
or download the `zip` file from [Github Release](https://github.com/getgauge/gauge-ts/releases) and run

```
gauge install ts -f {location_of_zip_file}
Expand Down Expand Up @@ -482,14 +482,14 @@ Gauge-Ts follows the protocol and implements the apis required by gauge to suppo

## Contact & Support

- Create a [Github issue](https://github.com/bugdiver/gauge-ts/issues) for bug reports, feature requests, or questions
- Add a ⭐️ [star on GitHub](https://github.com/bugdiver/gauge-ts) or ❤️ [tweet](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fbugdiver%2Fgauge-ts&via=bugdiverr&hashtags=getgauge,automation,bdd,typescript) to support the project!
- Create a [Github issue](https://github.com/getgauge/gauge-ts/issues) for bug reports, feature requests, or questions
- Add a ⭐️ [star on GitHub](https://github.com/getgauge/gauge-ts)

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/bugdiver/gauge-ts/blob/master/LICENSE) for details.

Copyright (c) Vinay Shankar Shukla ([@BugDiver](https://github.com/bugdiver))
Copyright (c) Vinay Shankar Shukla (Gauge](https://github.com/getgauge))

<!-- GitHub Buttons -->

Expand Down
1 change: 0 additions & 1 deletion docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/bugdiver/gauge-ts)
- [![NPM](https://icongram.jgog.in/simple/npm.svg?colored&size=16)NPM](https://www.npmjs.com/package/gauge-ts)
- [![Twitter](https://icongram.jgog.in/simple/twitter.svg?colored&size=16)@bugdiver](http://twitter.com/bugdiverr)
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ curl \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.ant-man-preview+json" \
-H "Content-Type: application/json" \
https://api.github.com/repos/bugdiver/gauge-ts/deployments \
--data '{"ref": "main", "required_contexts": [], "environment": "production"}'
https://api.github.com/repos/getgauge/gauge-ts/deployments \
--data '{"ref": "main", "required_contexts": [], "environment": "production"}'

0 comments on commit f13b2e9

Please sign in to comment.