diff options
| author | Dylan McKay <dylanmckay34@gmail.com> | 2016-09-29 13:29:49 +0000 |
|---|---|---|
| committer | Dylan McKay <dylanmckay34@gmail.com> | 2016-09-29 13:29:49 +0000 |
| commit | 32add8121deea6ba468493541dd6ed3bcd44df12 (patch) | |
| tree | b73da94d4e1e05a9d51078cc7eb9eb1a3bf12ad8 | |
| parent | 6ec2ac04167b363cfa616b0a25f39d50ec9cbd3e (diff) | |
| download | bcm5719-llvm-32add8121deea6ba468493541dd6ed3bcd44df12.tar.gz bcm5719-llvm-32add8121deea6ba468493541dd6ed3bcd44df12.zip | |
[docs] Fix a broken URL in 'HowToAddABuilder'
llvm-svn: 282718
| -rw-r--r-- | llvm/docs/HowToAddABuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst index 8fc1d0f157b..9e06a327647 100644 --- a/llvm/docs/HowToAddABuilder.rst +++ b/llvm/docs/HowToAddABuilder.rst @@ -43,7 +43,7 @@ Here are the steps you can follow to do so: #. Create a buildslave in context of that buildslave account. Point it to the **lab.llvm.org** port **9990** (see `Buildbot documentation, Creating a slave - <http://buildbot.net/buildbot/docs/current/full.html#creating-a-slave>`_ + <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-slave>`_ for more details) by running the following command: .. code-block:: bash |

