From a8465b5fc45ece4907f22ac169658aa80284ccec Mon Sep 17 00:00:00 2001 From: yeshan333 Date: Mon, 8 Apr 2024 23:44:37 +0800 Subject: [PATCH] docs: update README --- .github/workflows/e2e_test.yaml | 2 +- README.md | 2 +- lib/etcd_utils.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_test.yaml b/.github/workflows/e2e_test.yaml index 46a68b3..29a5db0 100644 --- a/.github/workflows/e2e_test.yaml +++ b/.github/workflows/e2e_test.yaml @@ -42,7 +42,7 @@ jobs: - name: add vfox-etcd plugin run: | - vfox add --source https://github.com/yeshan333/vfox-etcd/archive/refs/heads/main.zip etcd + vfox add --source https://github.com/version-fox/vfox-etcd/archive/refs/heads/main.zip etcd - name: install Etcd by vfox-etcd plugin (Linux) if: runner.os == 'Linux' diff --git a/README.md b/README.md index 2a3f729..4828994 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Etcd [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multi ```shell # install plugin -vfox add --source https://github.com/yeshan333/vfox-etcd/archive/refs/heads/main.zip etcd +vfox add --source https://github.com/version-fox/vfox-etcd/archive/refs/heads/main.zip etcd # install an available version vofx search etcd diff --git a/lib/etcd_utils.lua b/lib/etcd_utils.lua index bb00c2d..c80ae60 100644 --- a/lib/etcd_utils.lua +++ b/lib/etcd_utils.lua @@ -4,7 +4,7 @@ local etcd_utils = {} function etcd_utils.get_etcd_release_verions() local resp, err = http.get({ - url = "https://fastly.jsdelivr.net/gh/yeshan333/vfox-etcd@main/assets/versions.txt" + url = "https://fastly.jsdelivr.net/gh/version-fox/vfox-etcd@main/assets/versions.txt" }) local result = {} for version in string.gmatch(resp.body, '([^\n]+)') do