Merge pull request #369 from bobsaintcool/doc/fix_rst_typo

Doc/fix rst typo
This commit is contained in:
Aaron Meihm 2017-07-18 20:49:20 -05:00 коммит произвёл GitHub
Родитель 722770118e da267b093a
Коммит 35ea4f9f2f
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -810,10 +810,12 @@ and will look after upgrading the agent automatically if you want to publish new
agent updates. The upgrades can be controlled by a MIG administrator through the
MIG API and console tools.
For information on the loader, see `MIG LOADER`_ documentation. If you wish to
use mig-loader, read the `MIG LOADER`_ documentation to understand how the rest
For information on the loader, see `mig-loader`_ documentation. If you wish to
use mig-loader, read the `mig-loader`_ documentation to understand how the rest
of this guide fits into configuration with loader based deployment.
.. _`mig-loader`: loader.rst
Agent Configuration
-------------------

Просмотреть файл

@ -232,7 +232,7 @@ When validation fails, an error with a descriptive validation failure must be
returned to the caller.
A good example of validating parameters can be found in the ``file`` module at
https://github.com/mozilla/mig/blob/master/src/mig/modules/file/file.go
https://github.com/mozilla/mig/blob/master/modules/file/file.go
Results
-------