Skip to content

Commit 727d65d

Browse files
committed
remove gitlab from repo
1 parent a2abbdf commit 727d65d

File tree

7 files changed

+4
-38
lines changed

7 files changed

+4
-38
lines changed

Diff for: .gitlab/issue_templates/Bug Report.md

-18
This file was deleted.

Diff for: .gitlab/issue_templates/Feature Request.md

-8
This file was deleted.

Diff for: .gitlab/issue_templates/General Issue.md

-8
This file was deleted.

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We have templates for submitting new issues, that you can fill out. For example
1414

1515
### Submitting changes
1616

17-
When you made some changes you are happy with please send a [GitLab merge Request to swift-browser-ui](https://github.com/CSCfi/swift-browser-ui/pull_requests/new/devel) with a clear list of what you've done (read more about [pull requests]https://help.github.com/en/articles/about-pull-requests)). When you create that Merge Request, we will forever be in your debt if you check previous docs for typos.
17+
When you made some changes you are happy with please send a [Github Pull Request to swift-browser-ui](https://github.com/CSCfi/swift-browser-ui/pull_requests/new/devel) with a clear list of what you've done (read more about [pull requests]https://help.github.com/en/articles/about-pull-requests)). When you create that Merge Request, we will forever be in your debt if you check previous docs for typos.
1818

1919
Please follow our Git branches model and coding conventions (both below), and make sure all of your commits are atomic (preferably one feature per commit) and it is recommended a Merge Request addresses one functionality or fixes one bug.
2020

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export BROWSER_START_PORT="8080"'\
3838

3939
Getting started:
4040
```
41-
git clone git@gitlab.csc.fi:CSCCSDP/swift_browser_ui.git
41+
git clone git@github.com:CSCfi/swift-browser-ui.git
4242
cd swift_browser_ui
4343
cd swift_browser_ui_frontend
4444
npm install

Diff for: docs/source/instructions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The program can be installed with pip from the git repository:
99
.. code-block:: console
1010
1111
# Requires python >= 3.6
12-
git clone git@gitlab.csc.fi:CSCCSDP/swift-browser-ui.git
12+
git clone git@github.com:CSCfi/swift-browser-ui.git
1313
pip install .
1414
1515

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author=__author__,
1010
author_email="[email protected]",
1111
project_urls={
12-
'Source': 'https://gitlab.csc.fi/CSCCSDP/swift-browser-ui',
12+
'Source': 'https://github.com/CSCfi/swift-browser-ui',
1313
},
1414
license='MIT',
1515
install_requires=[

0 commit comments

Comments
 (0)