Skip to content

Commit 00550d3

Browse files
ngyikpappleboy
authored andcommitted
Various readme typo fixes/improvements (laradock#593)
* Various readme typo fixes/improvements * Change Laradock -> LaraDock
1 parent e8bb2b2 commit 00550d3

3 files changed

Lines changed: 70 additions & 70 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ You can request a new feature by submitting an [Issue](https://github.com/larado
3838
* Edit the files you want to update.
3939

4040
* **Note:** If you want to edit the base image of the `Workspace` or the `php-fpm` Containers,
41-
you need to edit their Dockerfiles from their Github repositories. For more info read their Dockerfiles comment on the LaraDock repository.
41+
you need to edit their Dockerfiles from their GitHub repositories. For more info read their Dockerfiles comment on the LaraDock repository.
4242

43-
* Make sure to update the `Readme` incase you made any changes.
43+
* Make sure to update the `Readme` in case you made any changes.
4444

4545
## Issue/PR Submission Guidelines
4646

@@ -68,7 +68,7 @@ Always Test everything and make sure its working:
6868
### Submitting a PR
6969
Consider the following guidelines:
7070

71-
* Search [GitHub](https://github.com/LaraDock/laradock/pulls) for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.
71+
* Search [GitHub](https://github.com/laradock/laradock/pulls) for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.
7272

7373
* Make your changes in a new git branch:
7474

README-zh.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LaraDock努力简化创建开发环境过程。
6767

6868
1. 将LaraDock放到你的Laravel项目中:
6969
<br>
70-
`git clone https://github.com/LaraDock/laradock.git`.
70+
`git clone https://github.com/laradock/laradock.git`.
7171
2. 进入LaraDock目录,然后运行这些容器。
7272
<br>
7373
`docker-compose up -d nginx mysql redis`
@@ -177,15 +177,15 @@ Homestead 是一个工具,为你控制虚拟机(使用Homestead特殊命令)。V
177177
**A)** 如果你已经有一个Laravel项目,克隆这个仓库在到`Laravel`根目录
178178

179179
```bash
180-
git submodule add https://github.com/LaraDock/laradock.git
180+
git submodule add https://github.com/laradock/laradock.git
181181
```
182182
>如果你不是使用Git管理Laravel项目,您可以使用 `git clone` 而不是`git submodule`
183183
184184

185185
**B)** 如果你没有一个Laravel项目,你想Docker安装Laravel,克隆这个源在您的机器任何地方上:
186186

187187
```bash
188-
git clone https://github.com/LaraDock/laradock.git
188+
git clone https://github.com/laradock/laradock.git
189189
```
190190

191191

@@ -196,8 +196,8 @@ git clone https://github.com/LaraDock/laradock.git
196196

197197
**请在开始之前阅读:**
198198
如果你正在使用**Docker Toolbox** (VM),选择以下任何一个方法:
199-
- 更新到Docker [Native](https://www.docker.com/products/docker) Mac/Windows版本 (建议). 查看 [Upgrading Laradock](#upgrading-laradock)
200-
- 使用 LaraDock v3.* (访问 `LaraDock-ToolBox` [分支](https://github.com/LaraDock/laradock/tree/LaraDock-ToolBox)).
199+
- 更新到Docker [Native](https://www.docker.com/products/docker) Mac/Windows版本 (建议). 查看 [Upgrading LaraDock](#upgrading-laradock)
200+
- 使用 LaraDock v3.* (访问 `LaraDock-ToolBox` [分支](https://github.com/laradock/laradock/tree/LaraDock-ToolBox)).
201201
如果您使用的是**Docker Native**(Mac / Windows版本)甚至是Linux版本,通常可以继续阅读这个文档,LaraDock v4以上版本将仅支持**Docker Native**
202202

203203
<br>
@@ -720,7 +720,7 @@ docker-compose build php
720720
#### B) 切换版本 PHP `7.0` 或 `5.6` 到 PHP `5.5`
721721
我们已不在本地支持PHP5.5,但是你按照以下步骤获取:
722722

723-
1 - 克隆 `https://github.com/LaraDock/php-fpm`.
723+
1 - 克隆 `https://github.com/laradock/php-fpm`.
724724

725725
3 - 重命名 `Dockerfile-56` 为 `Dockerfile-55`.
726726

@@ -938,7 +938,7 @@ sudo chmod -R 777 storage bootstrap/cache
938938
## 贡献
939939
这个小项目是由一个有一个全职工作和很多的职责的人建立的,所以如果你喜欢这个项目,并且发现它需要一个bug修复或支持或新软件或升级任何容器,或其他任何. . 你是非常欢迎,欢迎毫不不犹豫地贡献吧:)
940940

941-
#### 阅读我们的 [贡献说明](https://github.com/LaraDock/laradock/blob/master/CONTRIBUTING.md)
941+
#### 阅读我们的 [贡献说明](https://github.com/laradock/laradock/blob/master/CONTRIBUTING.md)
942942

943943
<a name="Help"></a>
944944
## 帮助 & 问题
@@ -957,8 +957,8 @@ Docker或Laravel的特别帮助,你可以在[Codementor.io](https://www.codeme
957957

958958
**优秀的人:**
959959

960-
- [Contributors](https://github.com/LaraDock/laradock/graphs/contributors)
961-
- [Supporters](https://github.com/LaraDock/laradock/issues?utf8=%E2%9C%93&q=)
960+
- [Contributors](https://github.com/laradock/laradock/graphs/contributors)
961+
- [Supporters](https://github.com/laradock/laradock/issues?utf8=%E2%9C%93&q=)
962962

963963

964964
## 许可证

0 commit comments

Comments
 (0)