diff --git a/docs/index.html b/docs/index.html index 71c370b..5a94f90 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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, @@ -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/' ) ] }; @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/docs/index.md b/docs/index.md index f7b32c5..a209686 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) -Star +Star A [typescript](https://www.typescriptlang.org/) runner for [Gauge](https://gauge.org). @@ -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} @@ -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)) diff --git a/docs/sidebar.md b/docs/sidebar.md index c89e786..c4c0ae8 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -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) \ No newline at end of file diff --git a/release.sh b/release.sh index d423bdd..b846c09 100755 --- a/release.sh +++ b/release.sh @@ -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"}' \ No newline at end of file + https://api.github.com/repos/getgauge/gauge-ts/deployments \ + --data '{"ref": "main", "required_contexts": [], "environment": "production"}'