Skip to content

Commit

Permalink
Update all references to the old repo URL to the new one. (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn authored Feb 9, 2022
1 parent a2826f7 commit 2066c47
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

Libraries for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![PyPI](https://img.shields.io/pypi/v/svix.svg)](https://pypi.python.org/pypi/svix/)
[![NPM version](https://img.shields.io/npm/v/svix.svg)](https://www.npmjs.com/package/svix)
[![Gem](https://img.shields.io/gem/v/svix)](https://rubygems.org/gems/svix)
[![Maven Central (Java)](https://img.shields.io/maven-central/v/com.svix/svix?label=maven-central%20(java))](https://search.maven.org/artifact/com.svix/svix)
[![Maven Central (Kotlin)](https://img.shields.io/maven-central/v/com.svix.kotlin/svix-kotlin?label=maven-central%20(kotlin))](https://search.maven.org/artifact/com.svix.kotlin/svix-kotlin)
[![Nuget](https://img.shields.io/nuget/v/svix)](https://www.nuget.org/packages/Svix/)
[![Packagist Version](https://img.shields.io/packagist/v/svix/svix)](https://packagist.org/packages/svix/svix)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/svix/svix-libs)](https://pkg.go.dev/github.com/svix/svix-libs/go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/svix/svix-webhooks)](https://pkg.go.dev/github.com/svix/svix-webhooks/go)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)

Expand All @@ -38,58 +38,58 @@ You can find general usage documentation at <https://docs.svix.com>. For comple
<th colspan="4">Other Notes</th>
</tr>
<tr>
<th><a href="/svix/svix-libs/blob/main/go/README.md">Go</a></th>
<th><a href="/svix/svix-webhooks/blob/main/go/README.md">Go</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4"></th>
</tr>
</tr>
<tr>
<th><a href="/svix/svix-libs/blob/main/python/README.md">Python</a></th>
<th><a href="/svix/svix-webhooks/blob/main/python/README.md">Python</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4">Async Support planned.</th>
</tr>
</tr>
<tr>
<th><a href="/svix/svix-libs/blob/main/javascript/README.md">Typescript/Javascript</a></th>
<th><a href="/svix/svix-webhooks/blob/main/javascript/README.md">Typescript/Javascript</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4"></th>
</tr>
<tr>
<th><a href="/svix/svix-libs/blob/main/java/README.md">Java</a></th>
<th><a href="/svix/svix-webhooks/blob/main/java/README.md">Java</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4">Async support planned. (If you use kotlin, checkout our kotlin library for coroutine support.)</th>
</tr>
<tr>
<th><a href="/svix/svix-libs/blob/main/kotlin/README.md">Kotlin</a></th>
<th><a href="/svix/svix-webhooks/blob/main/kotlin/README.md">Kotlin</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4">
</th>
<tr>
<th><a href="/svix/svix-libs/blob/main/ruby/README.md">Ruby</a></th>
<th><a href="/svix/svix-webhooks/blob/main/ruby/README.md">Ruby</a></th>
<th>✅</th>
<th>✅</th>
<th>✅</th>
<th colspan="4">
</th>
<tr>
<th><a href="/svix/svix-libs/blob/main/csharp/README.md">C# (dotnet)</a></th>
<th><a href="/svix/svix-webhooks/blob/main/csharp/README.md">C# (dotnet)</a></th>
<th>✅</th>
<th>🔜</th>
<th>✅</th>
<th colspan="4">
</th>
<tr>
<th><a href="/svix/svix-libs/blob/main/php/README.md">PHP</a></th>
<th><a href="/svix/svix-webhooks/blob/main/php/README.md">PHP</a></th>
<th>✅</th>
<th>🔜</th>
<th>✅</th>
Expand Down
4 changes: 2 additions & 2 deletions csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

C# library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![Nuget](https://img.shields.io/nuget/v/svix)](https://www.nuget.org/packages/Svix/)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down Expand Up @@ -78,4 +78,4 @@ dotnet test Svix.Tests

```sh
dotnet nuget push path/to/Svix.X.X.X.nupkg --api-key XXXXX --source https://api.nuget.org/v3/index.json
```
```
6 changes: 3 additions & 3 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

Go library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/svix/svix-libs)](https://pkg.go.dev/github.com/svix/svix-libs/go)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/svix/svix-webhooks)](https://pkg.go.dev/github.com/svix/svix-webhooks/go)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)

Expand Down Expand Up @@ -68,4 +68,4 @@ go test ./...

## Publishing

Releases use go modules and are automatically published by tagging the release commit.
Releases use go modules and are automatically published by tagging the release commit.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Java library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![Maven Central (Java)](https://img.shields.io/maven-central/v/com.svix/svix?label=maven-central%20(java))](https://search.maven.org/artifact/com.svix/svix)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down
8 changes: 4 additions & 4 deletions java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GROUP=com.svix
VERSION_NAME=0.45.0

POM_URL=https://github.com/svix/svix-libs
POM_SCM_URL=git@github.com:svix/svix-libs.git
POM_SCM_CONNECTION=scm:git:git@github.com:svix/svix-libs.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:svix/svix-libs.git
POM_URL=https://github.com/svix/svix-webhooks
POM_SCM_URL=git@github.com:svix/svix-webhooks.git
POM_SCM_CONNECTION=scm:git:git@github.com:svix/svix-webhooks.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:svix/svix-webhooks.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
Expand Down
2 changes: 1 addition & 1 deletion javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Typescript/Javascript library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![NPM version](https://img.shields.io/npm/v/svix.svg)](https://www.npmjs.com/package/svix)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down
4 changes: 2 additions & 2 deletions kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Kotlin library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![Maven Central (svix-kotlin)](https://img.shields.io/maven-central/v/com.svix/svix?label=maven-central%20(svix-kotlin))](https://search.maven.org/artifact/com.svix.kotlin/svix-kotlin)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down Expand Up @@ -90,4 +90,4 @@ Simply run:

```sh
./gradlew uploadArchives
```
```
8 changes: 4 additions & 4 deletions kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GROUP=com.svix.kotlin
VERSION_NAME=0.45.0

POM_URL=https://github.com/svix/svix-libs
POM_SCM_URL=git@github.com:svix/svix-libs.git
POM_SCM_CONNECTION=scm:git:git@github.com:svix/svix-libs.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:svix/svix-libs.git
POM_URL=https://github.com/svix/svix-webhooks
POM_SCM_URL=git@github.com:svix/svix-webhooks.git
POM_SCM_CONNECTION=scm:git:git@github.com:svix/svix-webhooks.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:svix/svix-webhooks.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
Expand Down
4 changes: 2 additions & 2 deletions php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

PHP library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![Packagist Version](https://img.shields.io/packagist/v/svix/svix)](https://packagist.org/packages/svix/svix)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down Expand Up @@ -58,7 +58,7 @@ require __DIR__ . '/vendor/autoload.php';

## Manual Installation

For now you can download the [latest release](https://github.com/svix/svix-libs/releases). Then, to use the bindings, include the `init.php` file.
For now you can download the [latest release](https://github.com/svix/svix-webhooks/releases). Then, to use the bindings, include the `init.php` file.

```php
require_once('/path/to/svix-php/init.php');
Expand Down
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Python library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![PyPI](https://img.shields.io/pypi/v/svix.svg)](https://pypi.python.org/pypi/svix/)

[![Join our slack](https://img.shields.io/badge/Slack-join%20the%20community-blue?logo=slack&style=social)](https://www.svix.com/slack/)
Expand Down Expand Up @@ -87,4 +87,4 @@ Simply run:

```sh
pytest
```
```
2 changes: 1 addition & 1 deletion ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Ruby library for interacting with the Svix API and verifying webhook signatures

![GitHub tag](https://img.shields.io/github/tag/svix/svix-libs.svg)
![GitHub tag](https://img.shields.io/github/tag/svix/svix-webhooks.svg)
[![Gem](https://img.shields.io/gem/v/svix)](https://rubygems.org/gems/svix)


Expand Down

0 comments on commit 2066c47

Please sign in to comment.