Skip to content

Commit

Permalink
docs: change owner (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 authored Apr 3, 2024
1 parent 59e2cb3 commit 0752f02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: add vfox-erlang plugin
run: |
vfox add --source https://github.com/yeshan333/vfox-erlang/archive/refs/heads/main.zip erlang
vfox add --source https://github.com/version-fox/vfox-erlang/archive/refs/heads/main.zip erlang
- name: install Erlang/OTP by vfox-erlang plugin (Linux)
if: runner.os == 'Linux'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Erlang/OTP [vfox](https://github.com/version-fox) plugin. Use the vfox to manage

```shell
# install plugin
vfox add --source https://github.com/yeshan333/vfox-erlang/archive/refs/heads/main.zip erlang
vfox add --source https://github.com/version-fox/vfox-erlang/archive/refs/heads/main.zip erlang

# install an available version
vofx search erlang
Expand All @@ -27,7 +27,7 @@ Here are examples of installing on Ubuntu 20.04 and MacOS 13.
sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
```

You can reference the E2E test in Ubuntu 20.04: [https://github.com/yeshan333/vfox-erlang/actions/workflows/e2e_test.yaml](https://github.com/yeshan333/vfox-erlang/actions/workflows/e2e_test.yaml)
You can reference the E2E test in Ubuntu 20.04: [https://github.com/version-fox/vfox-erlang/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-erlang/actions/workflows/e2e_test.yaml)

### install in Darwin (MacOS 13)

Expand All @@ -36,4 +36,4 @@ You can reference the E2E test in Ubuntu 20.04: [https://github.com/yeshan333/vf
brew install autoconf libxslt fop wxwidgets openssl
```

You can reference the E2E test in MacOS 13: [https://github.com/yeshan333/vfox-erlang/actions/workflows/e2e_test.yaml](https://github.com/yeshan333/vfox-erlang/actions/workflows/e2e_test.yaml)
You can reference the E2E test in MacOS 13: [https://github.com/version-fox/vfox-erlang/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-erlang/actions/workflows/e2e_test.yaml)
2 changes: 1 addition & 1 deletion lib/erlang_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end

function erlang_utils.get_erlang_release_verions()
local resp, err = http.get({
url = "https://fastly.jsdelivr.net/gh/yeshan333/vfox-erlang@main/assets/versions.txt"
url = "https://fastly.jsdelivr.net/gh/version-fox/vfox-erlang@main/assets/versions.txt"
})
local result = {}
for version in string.gmatch(resp.body, '([^\n]+)') do
Expand Down
2 changes: 1 addition & 1 deletion metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NOTE:
you can set this address to the manifest file address, so that the plugin can be updated automatically.
--]]
PLUGIN.manifestUrl = "https://github.com/yeshan333/vfox-erlang/releases/download/manifest/manifest.json"
PLUGIN.manifestUrl = "https://github.com/version-fox/vfox-erlang/releases/download/manifest/manifest.json"
-- Some things that need user to be attention!
PLUGIN.notes = {
"",
Expand Down

0 comments on commit 0752f02

Please sign in to comment.