Change to getting started

This commit is contained in:
Tilen Majerle 2020-01-03 15:02:05 +01:00
parent 06830a97f4
commit c7a12fba80
3 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,6 @@ This is the default configuration of the middleware.
When any of the settings shall be modified, it shall be done in dedicated application config ``lwmem_config.h`` file.
.. note::
Check :ref:`get_started` to create configuration file.
Check :ref:`getting_started` to create configuration file.
.. doxygengroup:: LWMEM_CONFIG

View File

@ -1,7 +1,7 @@
.. _get_started:
.. _getting_started:
Get started
===========
Getting started
===============
.. _download_library:

View File

@ -6,7 +6,7 @@ LwMEM is lightweight dynamic memory manager optimized for embedded systems.
.. rst-class:: center
.. rst-class:: index_links
:ref:`download_library` · `Open Github <https://github.com/MaJerle/lwmem>`_
:ref:`download_library` · :ref:`getting_started` · `Open Github <https://github.com/MaJerle/lwmem>`_
Features
^^^^^^^^
@ -34,7 +34,7 @@ Fresh contributions are always welcome. Simple instructions to proceed:
#. Fork Github repository
#. Respect `C style & coding rules <https://github.com/MaJerle/c-code-style>`_ used by the library
#. Make a pull request to ``develop`` branch with new features or bug fixes
#. Create a pull request to ``develop`` branch with new features or bug fixes
Alternatively you may: