Skip to content

Commit 2d3b81a

Browse files
committed
Merge pull request #132 from ymmtmsys/remote_urls
Switching remote URLs from SSH to HTTPS
2 parents 6a0be98 + 080f227 commit 2d3b81a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sources/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Doma の開発
1414

1515
.. code-block:: bash
1616
17-
$ git clone git@github.com:domaframework/doma.git
17+
$ git clone https://github.com/domaframework/doma.git
1818
1919
ビルド
2020
======

docs/sources/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GitHub から simple-boilerplate を clone してください。
9696

9797
.. code-block:: bash
9898
99-
$ git clone git@github.com:domaframework/simple-boilerplate.git
99+
$ git clone https://github.com/domaframework/simple-boilerplate.git
100100
101101
clone されたディレクトリに移動します。
102102

docs/sources/integration-test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.. code-block:: bash
2424
25-
$ git clone git@github.com:domaframework/doma-it.git
25+
$ git clone https://github.com/domaframework/doma-it.git
2626
2727
ビルド
2828
======

0 commit comments

Comments
 (0)