Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken links in cfngin docs and spelling #210

Merged
merged 1 commit into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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