From ac6137e6d95bda86adbad45dd14f5928fb8c2ff0 Mon Sep 17 00:00:00 2001 From: Erik Brangs <erik.brangs@gmx.de> Date: Fri, 29 Jul 2022 18:36:13 +0000 Subject: [PATCH] Change README.md to refer to GitLab instead of GitHub --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b273102..9708636 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ hugo server ## Contributing -1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/ide-wg.eclipse.org](https://github.com/eclipsefdn/ide-wg.eclipse.org) repository -2. Clone repository: `git clone https://github.com/[your_github_username]/ide-wg.eclipse.org.git` +1. Fork the [eclipsefdn/ide-wg.eclipse.org](https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipseide.org) repository +2. Clone repository: `git clone https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipseide.org.git` 3. Create your feature branch: `git checkout -b my-new-feature` 4. Commit your changes: `git commit -m 'Add some feature' -s` 5. Push feature branch: `git push origin my-new-feature` -6. Submit a pull request +6. Submit a merge request ### Declared Project Licenses @@ -32,17 +32,17 @@ SPDX-License-Identifier: EPL-2.0 ## Related projects -### [EclipseFdn/solstice-assets](https://github.com/EclipseFdn/solstice-assets) +### [EclipseFdn/solstice-assets](https://gitlab.eclipse.org/eclipsefdn/it/webdev/solstice-assets) Images, less and JavaScript files for the Eclipse Foundation look and feel. -### [EclipseFdn/hugo-solstice-theme](https://github.com/EclipseFdn/hugo-solstice-theme) +### [EclipseFdn/hugo-solstice-theme](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme) Hugo theme of the Eclipse Foundation look and feel. ## Bugs and feature requests -Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/eclipsefdn/ide-wg.eclipse.org/issues/new). +Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipseide.org/-/issues/new). ## Author @@ -58,4 +58,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I ## Copyright and license -Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [ide-wg.eclipse.org authors](https://github.com/eclipsefdn/ide-wg.eclipse.org/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/ide-wg.eclipse.org/blob/src/LICENSE). +Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [ide-wg.eclipse.org authors](https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipseide.org/-/graphs/main). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipseide.org/-/blob/main/LICENSE). -- GitLab