fix broken links

This commit is contained in:
Lucy Cifferello
2022-02-24 14:56:22 -07:00
parent a8f237328b
commit 31e99586da
3 changed files with 5 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ Due to the fact that config variables are only available when the service is run
Service Properties
.. code:: typescript
:caption: Properties Type
.. code-block:: typescript
:caption: Properties Type
interface Properties {
version: Enum<v1 | v2>,

View File

@@ -47,7 +47,7 @@ Claiming your Device
:width: 60%
:alt: Fresh Install
.. note:: The "Recover" button is used for :ref:`migrating from 0.2.x <migrate-02>` and :ref:`restoring from backup <backup-restore>`.
.. note:: The "Recover" button is used for :ref:`migrating from 0.2.x <upgrade-02>` and :ref:`restoring from backup <backup-restore>`.
#. Select your storage drive. You should only have one drive plugged into your Embassy at this time, but always verify it is what you expect before clicking (such as, is it a 1TB drive?)

View File

@@ -20,6 +20,7 @@ Hardware Requirements
#. `SD card adapter <https://www.amazon.com/gp/product/B000WR3Z3A>`_ for getting data from your SD card.
.. _migrate-02-instructions:
Instructions
------------
@@ -46,6 +47,7 @@ Flashing
.. tip:: The flashing software we recommend is `Balena Etcher <https://www.balena.io/etcher/>`_
.. _migrate-02-migrate:
Migrate Data
............