From be9a1acf60b68889cba502814fd0313d670d579c Mon Sep 17 00:00:00 2001
From: Cristian Pufu <cristian.pufu@uipath.com>
Date: Mon, 28 Oct 2024 22:15:34 +0200
Subject: [PATCH] Update git paths

---
 README.md                                            | 6 +++---
 src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj | 4 ++--
 src/Tunnelite.Client/Tunnelite.Client.csproj         | 4 ++--
 src/Tunnelite.Sdk/Tunnelite.Sdk.csproj               | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 381f562..57d5847 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ These allow Tunnelite to create secure subdomains for your tunnels and properly
   
  <br/>
 
-![image info](https://github.com/cristipufu/ws-tunnel-signalr/blob/master/docs/http_tunneling.png)
+![image info](https://github.com/cristipufu/tunnelite/blob/master/docs/http_tunneling.png)
 
 </details>
 
@@ -55,7 +55,7 @@ These allow Tunnelite to create secure subdomains for your tunnels and properly
   
  <br/>
 
-![image info](https://github.com/cristipufu/ws-tunnel-signalr/blob/master/docs/tcp_tunneling_global.png)
+![image info](https://github.com/cristipufu/tunnelite/blob/master/docs/tcp_tunneling_global.png)
 
 </details>
 
@@ -64,7 +64,7 @@ These allow Tunnelite to create secure subdomains for your tunnels and properly
   
  <br/>
 
-![image info](https://github.com/cristipufu/ws-tunnel-signalr/blob/master/docs/tcp_tunneling.png)
+![image info](https://github.com/cristipufu/tunnelite/blob/master/docs/tcp_tunneling.png)
 
 </details>
 
diff --git a/src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj b/src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj
index ad496af..718627a 100644
--- a/src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj
+++ b/src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj
@@ -11,8 +11,8 @@
 		<RepositoryType>git</RepositoryType>
 		<PackageReadmeFile>README.md</PackageReadmeFile>
 		<Description>SDK for tunneling AspNetCore apps</Description>
-		<PackageProjectUrl>https://github.com/cristipufu/ws-tunnel-signalr</PackageProjectUrl>
-		<RepositoryUrl>https://github.com/cristipufu/ws-tunnel-signalr</RepositoryUrl>
+		<PackageProjectUrl>https://github.com/cristipufu/tunnelite</PackageProjectUrl>
+		<RepositoryUrl>https://github.com/cristipufu/tunnelite</RepositoryUrl>
 		<Version>1.0.1</Version>
 		<IsPackable>true</IsPackable>
 		<IncludeSymbols>true</IncludeSymbols>
diff --git a/src/Tunnelite.Client/Tunnelite.Client.csproj b/src/Tunnelite.Client/Tunnelite.Client.csproj
index 34134ac..cc68e00 100644
--- a/src/Tunnelite.Client/Tunnelite.Client.csproj
+++ b/src/Tunnelite.Client/Tunnelite.Client.csproj
@@ -14,8 +14,8 @@
     <RepositoryType>git</RepositoryType>
     <PackageReadmeFile>README.md</PackageReadmeFile>
     <Description>Tool for tunneling URLs</Description>
-    <PackageProjectUrl>https://github.com/cristipufu/ws-tunnel-signalr</PackageProjectUrl>
-    <RepositoryUrl>https://github.com/cristipufu/ws-tunnel-signalr</RepositoryUrl>
+    <PackageProjectUrl>https://github.com/cristipufu/tunnelite</PackageProjectUrl>
+    <RepositoryUrl>https://github.com/cristipufu/tunnelite</RepositoryUrl>
     <Version>1.1.7</Version>
     <IsPackable>true</IsPackable>
   </PropertyGroup>
diff --git a/src/Tunnelite.Sdk/Tunnelite.Sdk.csproj b/src/Tunnelite.Sdk/Tunnelite.Sdk.csproj
index b4a53de..125abfe 100644
--- a/src/Tunnelite.Sdk/Tunnelite.Sdk.csproj
+++ b/src/Tunnelite.Sdk/Tunnelite.Sdk.csproj
@@ -11,8 +11,8 @@
 		<RepositoryType>git</RepositoryType>
 		<PackageReadmeFile>README.md</PackageReadmeFile>
 		<Description>SDK for tunneling URLs</Description>
-		<PackageProjectUrl>https://github.com/cristipufu/ws-tunnel-signalr</PackageProjectUrl>
-		<RepositoryUrl>https://github.com/cristipufu/ws-tunnel-signalr</RepositoryUrl>
+		<PackageProjectUrl>https://github.com/cristipufu/tunnelite</PackageProjectUrl>
+		<RepositoryUrl>https://github.com/cristipufu/tunnelite</RepositoryUrl>
 		<Version>1.0.0</Version>
 		<IsPackable>true</IsPackable>
 		<IncludeSymbols>true</IncludeSymbols>