Skip to content

Commit

Permalink
fix broken links in cfngin docs and spelling (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Mar 26, 2020
1 parent 7d1044a commit 784ef30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/source/cfngin/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Variables
=========

A Blueprint can define a ``VARIABLES`` property that defines the variables
it accepts from the `Config Variables <config.html#variables>`_.
it accepts from the `Config Variables <configuration.html#variables>`_.

``VARIABLES`` should be a dictionary of ``<variable name>: <variable
definition>``. The variable definition should be a dictionary which
Expand Down
8 changes: 4 additions & 4 deletions docs/source/cfngin/hooks.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _hook definition: config.html#pre-post-hooks
.. _package_sources: config.html#remote-package
.. _`Pre & Post Hooks`: config.html#pre-post-hooks
.. _hook definition: configuration.html#pre-post-hooks
.. _package_sources: configuration.html#remote-package
.. _`Pre & Post Hooks`: configuration.html#pre-post-hooks
.. _staticsite: ../module_configuration/staticsite.html
.. _sys_path: config.html#module-paths
.. _sys_path: configuration.html#module-paths

=====
Hooks
Expand Down
10 changes: 5 additions & 5 deletions docs/source/cfngin/lookups.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _`hook_data`: config.html#pre-post-hooks
.. _`hook_data`: configuration.html#pre-post-hooks
.. _`aws_lambda hook`: ../apidocs/runway.cfngin.hooks.aws_lambda.html#runway.cfngin.hooks.aws_lambda.upload_lambda_functions
.. _`aws_lambda blueprint`: https://github.com/cloudtools/stacker_blueprints/blob/master/stacker_blueprints/aws_lambda.py
.. _package_sources: config.html#remote-package
.. _sys_path: config.html#module-paths
.. _package_sources: configuration.html#remote-package
.. _sys_path: configuration.html#module-paths

.. _cfngin-lookups:

Expand Down Expand Up @@ -522,7 +522,7 @@ dictionary.

.. rubric:: Arguments

This Lookup supports all :ref:`Common Lookup Arguments` but, the folling have
This Lookup supports all :ref:`Common Lookup Arguments` but, the following have
limited or no effect:

- region
Expand Down Expand Up @@ -552,7 +552,7 @@ Custom Lookup
--------------

A custom lookup may be registered within the config.
For more information see `Configuring Lookups <config.html#lookups>`_.
For more information see `Configuring Lookups <configuration.html#lookups>`_.


Writing A Custom Lookup
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cfngin/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Templates

CloudFormation templates can be provided via Blueprints_ or JSON/YAML.
JSON/YAML templates are specified for stacks via the ``template_path`` config
option (see `Stacks <config.html#stacks>`_).
option (see `Stacks <configuration.html#stacks>`_).


Jinja2 Templating
Expand Down

0 comments on commit 784ef30

Please sign in to comment.