Skip to content

Commit

Permalink
Change URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Feb 28, 2024
1 parent e8ec62e commit 53bd589
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
20 changes: 10 additions & 10 deletions book/po/ja.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\n"
"Language-Team: Japanese\n"
Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book/src/01_introduction.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion book/src/02_getting_started/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions book/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">

<meta property="og:url" content="https://github.com/dalance/veryl" />
<meta property="og:url" content="https://github.com/veryl-lang/veryl" />
<meta property="og:title" content="Veryl: A Modern Hardware Description Language" />
<meta property="og:description" content="Veryl is a hardware description language which is designed as a SystemVerilog alternative." />
<meta property="og:image" content="https://github.com/dalance/veryl/raw/master/support/logo/veryl_ogp.png" />
<meta property="og:image" content="https://github.com/veryl-lang/veryl/raw/master/support/logo/veryl_ogp.png" />

{{#if favicon_svg}}
<link rel="icon" href="{{ path_to_root }}favicon.svg">
Expand Down
10 changes: 5 additions & 5 deletions playground/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 53bd589

Please sign in to comment.