From 978579d96d703f4ef7224a37402160d63dd179d3 Mon Sep 17 00:00:00 2001 From: Ryan Byrne Date: Wed, 3 Jun 2026 21:04:07 -0700 Subject: [PATCH] fix: README repo reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe60ae..75e75e1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ In the consuming project's `pyproject.toml`: dependencies = ["apify-shared"] [tool.uv.sources] -apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared" } +apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared" } ``` Pin to a specific tag, branch, or commit: