Skip to content

Commit a075133

Browse files
committed
docs ドキュメントの更新
1 parent 03f326d commit a075133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docs/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Composerに関しては、動けばいいので、参考記事の方法以外で
4444

4545
### 手順 3
4646

47-
1. 本リポジトリをcloneする
47+
1. [本リポジトリ](https://github.com/u-lab/u-lab-laravel-hands-on) をcloneする
4848
2. Terminal で `composer install`を入力。
4949
3. サーバー起動 `php artisan serve` を入力。
5050
4. ブラウザで `http://localhost:8000` にアクセス。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PHPフレームワークLaravelの使い方を実際にデモアプリを作り
1818

1919
API仕様書は SwaggerEditor に定義ファイルの内容を入力して参照してください。
2020

21-
Swagger Editor: [https://editor.swagger.io](https://editor.swagger.io)
21+
Swagger Editor: [https://editor.swagger.io](https://editor.swagger.io)
2222
API 仕様書: [api-document.yaml](api/api-document.yaml)
2323

2424
## Laravel 起動

0 commit comments

Comments
 (0)