Fix the path for the doc example
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/621ec713 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/621ec713 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/621ec713 Branch: refs/heads/trunk Commit: 621ec7134ae3e55c25a0f4e1af1864655748e293 Parents: f00a9b7 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Mon Jan 11 15:24:58 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Mon Jan 11 15:24:58 2016 +1100 ---------------------------------------------------------------------- docs/container/drivers/ecs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/621ec713/docs/container/drivers/ecs.rst ---------------------------------------------------------------------- diff --git a/docs/container/drivers/ecs.rst b/docs/container/drivers/ecs.rst index 4dc3912..40274d1 100644 --- a/docs/container/drivers/ecs.rst +++ b/docs/container/drivers/ecs.rst @@ -44,7 +44,7 @@ Docker Registry API Client :class:`~libcloud.container.utils.docker.RegistryClie You can use a factory method to generate an instance of RegsitryClient from the ECS driver. This will request a 12 hour token from the Amazon API and instantiate a :class:`~libcloud.container.utils.docker.RegistryClient` object with those credentials. -.. literalinclude:: /examples/container/container_registry.py +.. literalinclude:: /examples/container/ecs/container_registry.py :language: python API Docs