From a5c49d8c53cb75d3ccc64aee5fad0bfc3304232d Mon Sep 17 00:00:00 2001 From: shanecrowley Date: Thu, 8 Aug 2024 15:36:25 +0100 Subject: [PATCH] Minor fixes Some rewording and an update to image link --- docs/howto/set-up-landscape-client.md | 2 +- docs/tutorial/getting-started.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/howto/set-up-landscape-client.md b/docs/howto/set-up-landscape-client.md index 00fcfeddc..a8ca02d5a 100644 --- a/docs/howto/set-up-landscape-client.md +++ b/docs/howto/set-up-landscape-client.md @@ -38,7 +38,7 @@ To open the registry type `Win+R` and enter `regedit`: If you are using Landscape you can input your configuration in `LandscapeConfig > Modify > Write the Landscape config`: -![Windows registry with child window showing Landscape configuration.](./assets/registry-child-window.png) +![Windows registry with child window showing Landscape configuration.](./assets/registry-child-window-config.png) Refer to the section on [Landscape client configuration](howto::config-landscape-client) for an example. diff --git a/docs/tutorial/getting-started.md b/docs/tutorial/getting-started.md index 7c78e463a..3d110b6b3 100644 --- a/docs/tutorial/getting-started.md +++ b/docs/tutorial/getting-started.md @@ -96,7 +96,7 @@ The `Myself` option for a personal subscription is free for up to 5 machines. Once you have a token you are ready to install UP4W. (tut::get-up4w)= -### Install UP4W +### Install and configure UP4W % :TODO: remove this warning once the app is made generally available (after the beta period). @@ -127,7 +127,7 @@ UP4W will automatically forward the subscription to the Ubuntu Pro client on you All Ubuntu WSL instances will now be automatically added to your Ubuntu Pro subscription. Open Windows PowerShell and run the following command to create a new Ubuntu 24.04 instance, -creating a user and password when prompted. For quick testing, set both to `u`: +entering a user and password when prompted. For quick testing, set both to `u`: ```text PS C:\Users\me\tutorial> ubuntu2404.exe @@ -186,7 +186,7 @@ PS C:\Users\me\tutorial> wsl --install Ubuntu-22.04 Once you are in the instance shell, enter a username and password then run `pro status`. You should again get confirmation of successful Pro-attachment for the new instance. -> If you want to uninstall UP4W after this tutorial refer to [this how-to guide](../howto/uninstalling.md). +> If you want to uninstall UP4W after this tutorial refer to [our how-to guide](../howto/uninstalling.md). ## Next steps