diff --git a/README.md b/README.md index d91319d0..bfac2ae3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Please refer to the project page fo ## Community Resources -* Website: https://sfcgal.org -* **git** repository: https://gitlab.com/sfcgal/SFCGAL +* Website: +* **git** repository: * **#sfcgal** chat channel (all bridged): - * IRC: irc://irc.libera.chat/#sfcgal (https://kiwiirc.com/nextclient/irc.libera.chat/#sfcgal) + * IRC: irc://irc.libera.chat/#sfcgal () ## Build/Install @@ -55,13 +55,11 @@ for Python. SFCGAL has bindings in many languages, see the [bindings page](https://sfcgal.gitlab.io/SFCGAL/development/#bindings). - ## Documentation API documentation can be generated using Doxygen. Documentation is not included in the default build. To build the documentation see the [Development](https://sfcgal.gitlab.io/SFCGAL/development/) page. - ## Style To format your code into the desired style, use the `clang-format` tools. @@ -74,7 +72,6 @@ pre-commit install To commit without the *git hooks*, add the `--no-verify` option to the `git commit` command. - ## Testing See documentation in [Development](https://sfcgal.gitlab.io/SFCGAL/development/) page.