From 9b06494bfe7f6a663e2883befdae439947221102 Mon Sep 17 00:00:00 2001 From: Benjamin Blackwood <7598058+BBlackwo@users.noreply.github.com> Date: Wed, 17 Nov 2021 20:23:37 +1100 Subject: [PATCH] Fix link to appmgr in services overview --- source/contributing/services/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contributing/services/overview.rst b/source/contributing/services/overview.rst index dd4d9f3..ab9912f 100644 --- a/source/contributing/services/overview.rst +++ b/source/contributing/services/overview.rst @@ -89,7 +89,7 @@ With EmbassyOS, this means a service wrappers' configuration requires a particul .s9pk Bundle ------------ -The configuration and manifest files get bundled into the ``.s9pk`` package, which is `built using appmgr `_. Each new version release should include the updated version of these files re-bundled into a new binary. This is the file that will be downloaded from the marketplace. Upon user initiation, EmbassyOS then un-packages and installs the service. +The configuration and manifest files get bundled into the ``.s9pk`` package, which is `built using appmgr `_. Each new version release should include the updated version of these files re-bundled into a new binary. This is the file that will be downloaded from the marketplace. Upon user initiation, EmbassyOS then un-packages and installs the service. Hello World Example -------------------