Skip to content
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
7 changes: 4 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"reference/app-conversion": "../reference-manual/docker/compose-apps.html",
"reference/aktualizr-lite": "../reference-manual/ota/aktualizr-lite.html",
"reference/advanced-tagging": "../reference-manual/ota/advanced-tagging.html",
"reference-manual/security/secure-boot-imx6ullevk-sec.html": "secure-machines.html",
"reference-manual/security/secure-boot-imx6ullevk-sec.html": "security.html",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have this redirection? I thought all imx6 related pages were drooped already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just to avoid page errors if someone tries to use a old link (like one in a blog). Though I guess I could redirect to a different page, I was just choosing the closest existing parent page.

"reference-manual/security/secure-boot-imx": "security.html",
"reference-manual/linux/linux-targets": "linux.html",
"reference-manual/boards/stm32mp1": "../linux/linux-supported.html#id1",
Expand All @@ -424,7 +424,7 @@
"customer-factory/updating-the-core": "../reference-manual/linux/linux-update.html",
"customer-factory/source-code": "../tutorials/customizing-the-platform/customizing-the-platform.html",
"customer-factory/managing": "../getting-started/register-device/index.html",
"customer-factory/getting-started": "../getting-started/signup/index.html",
"customer-factory/getting-started": "../getting-started/index.html",
"customer-factory/first-boot": "../getting-started/flash-device/index.html#booting-and-connecting-to-the-network",
"customer-factory/extending": "../reference-manual/linux/linux-extending.html",
"customer-factory/docker-apps": "../tutorials/getting-started-with-docker/getting-started-with-docker.html",
Expand All @@ -436,9 +436,10 @@
"community-factory/docker-apps": "../tutorials/getting-started-with-docker/getting-started-with-docker.html",
"community-factory/docker-apps-k3s": "../index.html",
"community-factory/dependencies": "../index.html",
"community-factory/create-factory": "../getting-started/signup/index.html",
"community-factory/create-factory": "../getting-started/index.html",
"community-factory/": "index.html",
"getting-started/git-config/index": "../install-fioctl/index.html#configuring-git",
"getting-started/signup/" : "../getting-started/index.html",
"reference-manual/linux/linux-building": "../../user-guide/lmp-customization/linux-building.html",
"reference-manual/linux/linux-extending": "../../user-guide/lmp-customization/linux-extending.html",
"reference-manual/qemu/qemu": "../../user-guide/qemu/qemu.html",
Expand Down
2 changes: 1 addition & 1 deletion source/glossary/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Glossary
A Factory produces :term:`Target`\s.

* :ref:`Account Management, Factory <account-management>`
* :ref:`Creating, Factory <gs-signup>`
* :ref:`Creating, Factory <gs-signup>` and `Creating, container-only Factory <gs-signup-co>`
* :ref:`Git repositories, Factory <ref-factory-sources>`

Fioctl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Learning Objectives
Prerequisites
-------------

- Completed the Getting Started from :ref:`Signed up <gs-signup>` to :ref:`gs-register`.
- Completed the Getting Started guide up through :ref:`gs-register`.
- Read the :ref:`ref-linux` reference manual.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Learning Objectives
Prerequisites
-------------

- :ref:`Signed up <gs-signup>` and created your Factory.
- Created your Factory.
- `Docker`_ installed on your host machine.
- :ref:`Configured Git. <gs-git-config>`

Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/working-with-tags/working-with-tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Learning Objectives
Prerequisites
-------------

- Completed the Getting Started from :ref:`Signed up <gs-signup>` to :ref:`gs-register`.
- Completed the Getting Started guide up through :ref:`gs-register`.
- Completed the :ref:`tutorial-creating-first-target` tutorial.

Instructions
Expand Down