diff --git a/README.md b/README.md index bd554cc..76e168f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Continuous Integration](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/kong-circuit-breaker/actions/workflows/ci.yml) +[![Continuous Integration](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml) ![License](https://img.shields.io/badge/license-MIT-green.svg) # Scalable Rate Limiter diff --git a/docs/index.md b/docs/index.md index bd554cc..76e168f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -[![Continuous Integration](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/kong-circuit-breaker/actions/workflows/ci.yml) +[![Continuous Integration](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml/badge.svg)](https://github.com/dream11/kong-scalable-rate-limiter/actions/workflows/ci.yml) ![License](https://img.shields.io/badge/license-MIT-green.svg) # Scalable Rate Limiter diff --git a/scalable-rate-limiter-1.0.0-1.rockspec b/scalable-rate-limiter-1.0.0-1.rockspec index 29fbdd0..2a29dd3 100644 --- a/scalable-rate-limiter-1.0.0-1.rockspec +++ b/scalable-rate-limiter-1.0.0-1.rockspec @@ -5,7 +5,8 @@ version = "1.0.0-1" supported_platforms = {"linux", "macosx"} source = { - url = "https://github.com/dream11/kong-scalable-rate-limiter" + url = "git://github.com/dream11/kong-scalable-rate-limiter", + tag = "v1.0.0" } description = {