diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 09c9e06..beeb034 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Guidelines -When contributing to this repository, please [submit a new issue](https://github.com/formatc1702/WireViz/issues) first to discuss the proposed change, before submitting a pull request. +When contributing to this repository, please [submit a new issue](https://github.com/wireviz/WireViz/issues) first to discuss the proposed change, before submitting a pull request. ## Submitting a new Issue @@ -27,7 +27,7 @@ When contributing to this repository, please [submit a new issue](https://github 1. Push the changes to your fork. 1. Please format your code using [`isort`](https://pycqa.github.io/isort/) and [`black`](https://black.readthedocs.io) before submitting. 1. Submit a new pull request, using `dev` as the base branch. - - If your code changes or extends the WireViz YAML syntax, be sure to update the [syntax description document](https://github.com/formatc1702/WireViz/blob/dev/docs/syntax.md) in your PR. + - If your code changes or extends the WireViz YAML syntax, be sure to update the [syntax description document](https://github.com/wireviz/WireViz/blob/dev/docs/syntax.md) in your PR. 1. Please include in the PR description (and optionally also in the commit message body) a reference (# followed by issue number) to the issue where the suggested changes are discussed. ### Hints diff --git a/docs/buildscript.md b/docs/buildscript.md index d39eab4..438e8ce 100644 --- a/docs/buildscript.md +++ b/docs/buildscript.md @@ -2,7 +2,7 @@ diff --git a/docs/syntax.md b/docs/syntax.md index 2da6c7d..8e3ae7c 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -499,7 +499,7 @@ The following colors are understood: - `GD` ![##ffcf80](https://via.placeholder.com/15/ffcf80/000000?text=+) (gold) - + It is also possible to specify colors as hexadecimal RGB values, e.g. `#112233` or `#FFFF00:#009900`. Remember quoting strings containing a `#` in the YAML file. diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index 937f136..dde2fce 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -5,4 +5,4 @@ __version__ = "0.4-dev251" CMD_NAME = "wireviz" # Lower case command and module name APP_NAME = "WireViz" # Application name in texts meant to be human readable -APP_URL = "https://github.com/formatc1702/WireViz" +APP_URL = "https://github.com/wireviz/WireViz"