Fixed missing {} in URL descriptions

This commit is contained in:
2019-10-23 13:53:26 +02:00
parent bb83b4dbf6
commit 92fffb2277
2 changed files with 6 additions and 6 deletions

View File

@ -29,10 +29,10 @@ entries:
url: /merlin6/connect-from-windows.html url: /merlin6/connect-from-windows.html
- title: Accessing from a MacOS client - title: Accessing from a MacOS client
url: /merlin6/connect-from-macos.html url: /merlin6/connect-from-macos.html
- title: Merlin6 Storage
url: /merlin6/storage.html
- title: Accessing Slurm Cluster - title: Accessing Slurm Cluster
url: /merlin6/slurm-access.html url: /merlin6/slurm-access.html
- title: Merlin6 Storage
url: /merlin6/storage.html
- title: Transferring Data - title: Transferring Data
url: /merlin6/transfer-data.html url: /merlin6/transfer-data.html
- title: NoMachine - title: NoMachine

View File

@ -14,8 +14,8 @@ permalink: /merlin6/connect-from-windows.html
PuTTY is one of the most common tools for SSH. PuTTY is one of the most common tools for SSH.
Check, if the following software packages are installed on the Windows workstation by Check, if the following software packages are installed on the Windows workstation by
inspecting the Start menu (hint: Use the search to save time): inspecting the *Start* menu (hint: use the *Search* box to save time):
* PuTTY (should already be installed) * PuTTY (should be already installed)
* *[Optional]* Xming (needed for [SSH with X11 Forwarding](/merlin6/connect-from-windows.html#ssh-with-x11-forwarding)) * *[Optional]* Xming (needed for [SSH with X11 Forwarding](/merlin6/connect-from-windows.html#ssh-with-x11-forwarding))
If they are missing, you can install them using the Software Kiosk icon on the Desktop. If they are missing, you can install them using the Software Kiosk icon on the Desktop.
@ -39,8 +39,8 @@ Official X11 Forwarding support is through NoMachine. Please follow the document
we provide a small recipe for enabling X11 Forwarding in Windows. we provide a small recipe for enabling X11 Forwarding in Windows.
Check, if the **Xming** is installed on the Windows workstation by inspecting the Check, if the **Xming** is installed on the Windows workstation by inspecting the
Start menu (hint: Use the search to save time). If missing, you can install it by *Start* menu (hint: use the *Search* box to save time). If missing, you can install it by
using the Software Kiosk icon (should be on the Desktop). using the Software Kiosk icon (should be located on the Desktop).
1. Ensure that a X server (**Xming**) is running. Otherwise, start it. 1. Ensure that a X server (**Xming**) is running. Otherwise, start it.