Skip to content

Commit

Permalink
Update git paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Oct 28, 2024
1 parent c813852 commit be9a1ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>

Expand All @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions src/Tunnelite.AspNetCore/Tunnelite.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/Tunnelite.Client/Tunnelite.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/Tunnelite.Sdk/Tunnelite.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit be9a1ac

Please sign in to comment.