From f02ee97a0c1bb36108bcda25c5e063a8923068a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9Fkan=20Boz?= Date: Mon, 8 Jun 2026 20:37:12 +0300 Subject: [PATCH] chore: update repo URLs to two-go-testing org after transfer --- Dockerfile | 2 +- README.md | 6 +++--- package.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5e34d4..b5bb020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:20-alpine # Link this image to the GitHub repository (shows under the repo's Packages). -LABEL org.opencontainers.image.source="https://github.com/tugkanboz/two-go" +LABEL org.opencontainers.image.source="https://github.com/two-go-testing/two-go" LABEL org.opencontainers.image.description="Zero-dependency fluent HTTP/API testing library for Node. Runs the two-go test suite." LABEL org.opencontainers.image.licenses="MIT" diff --git a/README.md b/README.md index e930091..79bf861 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![npm version](https://img.shields.io/npm/v/two-go.svg)](https://www.npmjs.com/package/two-go) [![npm downloads](https://img.shields.io/npm/dm/two-go.svg)](https://www.npmjs.com/package/two-go) -[![CI](https://github.com/tugkanboz/two-go/actions/workflows/ci.yml/badge.svg)](https://github.com/tugkanboz/two-go/actions/workflows/ci.yml) +[![CI](https://github.com/two-go-testing/two-go/actions/workflows/ci.yml/badge.svg)](https://github.com/two-go-testing/two-go/actions/workflows/ci.yml) [![license](https://img.shields.io/npm/l/two-go.svg)](./LICENSE) [![zero dependencies](https://img.shields.io/badge/dependencies-0-brightgreen.svg)](./package.json) [![types](https://img.shields.io/badge/types-included-blue.svg)](./src/index.d.ts) @@ -609,7 +609,7 @@ test("creating a user", scenario([ A `when` stashes the response on `world`, a `then` asserts on it. For a runnable end to end suite (a shop with login, cart, checkout, and more) see the `ecommerce-bdd` example in -[two-go-examples](https://github.com/tugkanboz/two-go-examples). +[two-go-examples](https://github.com/two-go-testing/two-go-examples). ## Importing from OpenAPI or Postman @@ -891,7 +891,7 @@ docker run --rm two-go For full runnable setups, including a Docker Compose example that tests a microservice next to MySQL and MSSQL, see -[two-go-examples](https://github.com/tugkanboz/two-go-examples). +[two-go-examples](https://github.com/two-go-testing/two-go-examples). Log in, then use the token: diff --git a/package.json b/package.json index 994519b..89c85ff 100644 --- a/package.json +++ b/package.json @@ -63,10 +63,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/tugkanboz/two-go.git" + "url": "git+https://github.com/two-go-testing/two-go.git" }, "bugs": { - "url": "https://github.com/tugkanboz/two-go/issues" + "url": "https://github.com/two-go-testing/two-go/issues" }, - "homepage": "https://github.com/tugkanboz/two-go#readme" + "homepage": "https://github.com/two-go-testing/two-go#readme" }