From 3869ab6c18cb26d9b8f39b7edd97f1e08fe7c01a Mon Sep 17 00:00:00 2001 From: Frederic Gurr <frederic.gurr@eclipse-foundation.org> Date: Fri, 22 Apr 2022 16:53:35 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3042c6b..745750b 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ Deploys docs to GitHub Pages. You don't need to run it manually if you have Trav ## Contributing -1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/api.eclipse.org-docs](https://github.com/eclipsefdn/api.eclipse.org-docs) repository -2. Clone repository: `git clone https://github.com/[your_github_username]/api.eclipse.org-docs.git` +1. [Fork](https://gitlab.eclipse.org/help/user/project/repository/forking_workflow.md#creating-a-fork) the [eclipsefdn/it/api/api.eclipse.org-docs](https://gitlab.eclipse.org/eclipsefdn/it/api/api.eclipse.org-docs/-/tree/master) repository +2. Clone repository: `git clone https://gitlab.eclipse.org/[your_gitlab_username]/api.eclipse.org-docs.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 @@ -48,19 +48,19 @@ SPDX-License-Identifier: EPL-2.0 ## 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/api.eclipse.org-docs/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/api/api.eclipse.org-docs/-/issues/new). ## Author **Christopher Guindon (Eclipse Foundation)** - <https://twitter.com/chrisguindon> -- <https://github.com/chrisguindon> +- <https://gitlab.eclipse.org/chrisguindon> **Eric Poirier (Eclipse Foundation)** - <https://twitter.com/ericpoir> -- <https://github.com/ericpoirier> +- <https://gitlab.eclipse.org/epoirier> ## Trademarks @@ -69,4 +69,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I ## Copyright and license -Copyright 2018 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [api.eclipse.org-docs authors](https://github.com/eclipsefdn/api.eclipse.org-docs/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/api.eclipse.org-docs/LICENSE). +Copyright 2018 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [api.eclipse.org-docs authors](https://gitlab.eclipse.org/eclipsefdn/it/api/api.eclipse.org-docs/-/graphs/master). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://gitlab.eclipse.org/eclipsefdn/it/api/api.eclipse.org-docs/-/blob/master/LICENSE). -- GitLab