From 53bd5893e78ffe96c8321aa9371ae6cbfaf02228 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 28 Feb 2024 18:51:16 +0900 Subject: [PATCH] Change URL --- .github/workflows/deploy.yml | 2 +- book/book.toml | 2 +- book/po/ja.po | 20 +++++++++---------- book/src/01_introduction.md | 2 +- .../src/02_getting_started/01_installation.md | 2 +- .../01_project_configuration.md | 2 +- book/theme/index.hbs | 4 ++-- playground/Cargo.lock | 10 +++++----- playground/Cargo.toml | 10 +++++----- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eaafe3d0..b5a58a8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: run: | cargo install mdbook-i18n-helpers --locked --version 0.3.0 - name: Build mdbook plugin - run: cargo install --git https://github.com/dalance/veryl mdbook-veryl + run: cargo install --git https://github.com/veryl-lang/veryl mdbook-veryl - name: Build mdbook run: mdbook build working-directory: book diff --git a/book/book.toml b/book/book.toml index 9e64cf1c..737ec150 100644 --- a/book/book.toml +++ b/book/book.toml @@ -9,7 +9,7 @@ title = "The Veryl Hardware Description Language" extra-watch-dirs = ["po"] [preprocessor.curl] -command = "curl -OL https://raw.githubusercontent.com/dalance/veryl/master/crates/parser/veryl.par" +command = "curl -OL https://raw.githubusercontent.com/veryl-lang/veryl/master/crates/parser/veryl.par" [preprocessor.veryl] diff --git a/book/po/ja.po b/book/po/ja.po index 8b8d555f..529bdd51 100644 --- a/book/po/ja.po +++ b/book/po/ja.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: The Veryl Hardware Description Language\n" -"POT-Creation-Date: 2024-02-28T18:14:10+09:00\n" +"POT-Creation-Date: 2024-02-28T18:48:04+09:00\n" "PO-Revision-Date: 2023-12-28 23:02+0900\n" "Last-Translator: Naoya Hatta \n" "Language-Team: Japanese\n" @@ -279,11 +279,11 @@ msgstr "ハードウェア記述言語 Veryl" #: src/01_introduction.md:3 msgid "" -"![Veryl](https://github.com/dalance/veryl/raw/master/support/logo/veryl_wide." -"png)" +"![Veryl](https://github.com/veryl-lang/veryl/raw/master/support/logo/" +"veryl_wide.png)" msgstr "" -"![Veryl](https://github.com/dalance/veryl/raw/master/support/logo/veryl_wide." -"png)" +"![Veryl](https://github.com/veryl-lang/veryl/raw/master/support/logo/" +"veryl_wide.png)" #: src/01_introduction.md:5 msgid "" @@ -446,10 +446,10 @@ msgstr "バイナリのダウンロード" #: src/02_getting_started/01_installation.md:14 msgid "" -"Download from [release page](https://github.com/dalance/veryl/releases/" +"Download from [release page](https://github.com/veryl-lang/veryl/releases/" "latest), and extract to the directory in PATH." msgstr "" -"[リリースページ](https://github.com/dalance/veryl/releases/latest)からダウン" +"[リリースページ](https://github.com/veryl-lang/veryl/releases/latest)からダウン" "ロードして、パスの通ったところに展開してください。" #: src/02_getting_started/01_installation.md:16 @@ -515,7 +515,7 @@ msgstr "" #: src/02_getting_started/01_installation.md:42 msgid "[Vim / Neovim plugin](https://github.com/veryl-lang/veryl.vim)" -msgstr "[Vim / Neovim plugin](https://github.com/dalance/veryl.vim)" +msgstr "[Vim / Neovim plugin](https://github.com/veryl-lang/veryl.vim)" #: src/02_getting_started/01_installation.md:44 msgid "Other Editors" @@ -2569,12 +2569,12 @@ msgstr "`repository` フィールドはプロジェクトのソースリポジ msgid "" "```toml\n" "[project]\n" -"repository = \"https://github.com/dalance/veryl\"\n" +"repository = \"https://github.com/veryl-lang/veryl\"\n" "```" msgstr "" "```toml\n" "[project]\n" -"repository = \"https://github.com/dalance/veryl\"\n" +"repository = \"https://github.com/veryl-lang/veryl\"\n" "```" #: src/05_development_environment/01_project_configuration.md:78 diff --git a/book/src/01_introduction.md b/book/src/01_introduction.md index f5e2b406..3aa2ad9c 100644 --- a/book/src/01_introduction.md +++ b/book/src/01_introduction.md @@ -1,6 +1,6 @@ # The Veryl Hardware Description Language -![Veryl](https://github.com/dalance/veryl/raw/master/support/logo/veryl_wide.png) +![Veryl](https://github.com/veryl-lang/veryl/raw/master/support/logo/veryl_wide.png) Veryl is a modern hardware description language which is designed as a "SystemVerilog Alternative". There are some design concepts. diff --git a/book/src/02_getting_started/01_installation.md b/book/src/02_getting_started/01_installation.md index c02cc755..20bcf725 100644 --- a/book/src/02_getting_started/01_installation.md +++ b/book/src/02_getting_started/01_installation.md @@ -11,7 +11,7 @@ Veryl uses `git` command internally. Please confirm `git` can be launched. ### Download binary -Download from [release page](https://github.com/dalance/veryl/releases/latest), and extract to the directory in PATH. +Download from [release page](https://github.com/veryl-lang/veryl/releases/latest), and extract to the directory in PATH. ### Cargo diff --git a/book/src/05_development_environment/01_project_configuration.md b/book/src/05_development_environment/01_project_configuration.md index d9bae513..bcd4e278 100644 --- a/book/src/05_development_environment/01_project_configuration.md +++ b/book/src/05_development_environment/01_project_configuration.md @@ -72,7 +72,7 @@ The `repository` field should be a URL to the source repository for the project. ```toml [project] -repository = "https://github.com/dalance/veryl" +repository = "https://github.com/veryl-lang/veryl" ``` ## The `[build]` section {#the-build-section} diff --git a/book/theme/index.hbs b/book/theme/index.hbs index 2e9a200d..2fd96852 100644 --- a/book/theme/index.hbs +++ b/book/theme/index.hbs @@ -32,10 +32,10 @@ - + - + {{#if favicon_svg}} diff --git a/playground/Cargo.lock b/playground/Cargo.lock index 583cba88..68b2f3bb 100644 --- a/playground/Cargo.lock +++ b/playground/Cargo.lock @@ -1388,7 +1388,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "veryl-analyzer" version = "0.6.0" -source = "git+https://github.com/dalance/veryl#932c5750926e7461841bd5ebfc642f45a9f0ff19" +source = "git+https://github.com/veryl-lang/veryl#99e08de3b537f18cf8dd2b541277d1f4b88f34d3" dependencies = [ "Inflector", "bimap", @@ -1403,7 +1403,7 @@ dependencies = [ [[package]] name = "veryl-emitter" version = "0.6.0" -source = "git+https://github.com/dalance/veryl#932c5750926e7461841bd5ebfc642f45a9f0ff19" +source = "git+https://github.com/veryl-lang/veryl#99e08de3b537f18cf8dd2b541277d1f4b88f34d3" dependencies = [ "serde", "strnum_bitwidth", @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "veryl-formatter" version = "0.6.0" -source = "git+https://github.com/dalance/veryl#932c5750926e7461841bd5ebfc642f45a9f0ff19" +source = "git+https://github.com/veryl-lang/veryl#99e08de3b537f18cf8dd2b541277d1f4b88f34d3" dependencies = [ "veryl-metadata", "veryl-parser", @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "veryl-metadata" version = "0.6.0" -source = "git+https://github.com/dalance/veryl#932c5750926e7461841bd5ebfc642f45a9f0ff19" +source = "git+https://github.com/veryl-lang/veryl#99e08de3b537f18cf8dd2b541277d1f4b88f34d3" dependencies = [ "directories", "fs4", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "veryl-parser" version = "0.6.0" -source = "git+https://github.com/dalance/veryl#932c5750926e7461841bd5ebfc642f45a9f0ff19" +source = "git+https://github.com/veryl-lang/veryl#99e08de3b537f18cf8dd2b541277d1f4b88f34d3" dependencies = [ "anyhow", "bimap", diff --git a/playground/Cargo.toml b/playground/Cargo.toml index e4c85896..54c80c53 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -11,11 +11,11 @@ crate-type = ["cdylib"] [dependencies] miette = {version = "5.10", features = ["fancy"]} semver = {version = "1.0", features = ["serde"]} -veryl-analyzer = {git = "https://github.com/dalance/veryl"} -veryl-emitter = {git = "https://github.com/dalance/veryl"} -veryl-formatter = {git = "https://github.com/dalance/veryl"} -veryl-metadata = {git = "https://github.com/dalance/veryl"} -veryl-parser = {git = "https://github.com/dalance/veryl"} +veryl-analyzer = {git = "https://github.com/veryl-lang/veryl"} +veryl-emitter = {git = "https://github.com/veryl-lang/veryl"} +veryl-formatter = {git = "https://github.com/veryl-lang/veryl"} +veryl-metadata = {git = "https://github.com/veryl-lang/veryl"} +veryl-parser = {git = "https://github.com/veryl-lang/veryl"} wasm-bindgen = "0.2" [workspace]