From dcd445563b97e319eea104ffbd3c21e2b3f132ec Mon Sep 17 00:00:00 2001 From: clifford_i Date: Fri, 26 Sep 2025 09:43:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a43bcb..68c24fb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Please see the Wiki for general information. Several in-house utilities have been created to help with accessing PSI/LRT resources from outside of PSI. -* HopX Connector is a Windows app that sits in the tasktray, to streamline SSH connections and port forwarding to the PSI LAN through hopx.psi.ch. +* [HopX Connector](HopX_Connector) is a Windows app that sits in the Windows tasktray, to streamline SSH connections and port forwarding to the PSI LAN through ```hopx.psi.ch```. -* PSI-aklog is a Python script to obtain AFS tokens from outside the PSI network using multi-factor authentication. The script is based on the Powershell script ```\afs\psi.ch\public\bin\psi-aklog.ps1```. PSI-aklog was created since Powershell scripts need to be electronically signed to run on most Windows 11 machines. Python scripts, on the other hand, do not. +* [PSI-aklog](psi-aklog) is a Python script to obtain AFS tokens from outside the PSI network using multi-factor authentication. The script is based on the Powershell script ```\afs\psi.ch\public\bin\psi-aklog.ps1```. PSI-aklog was created because Powershell scripts need to be electronically signed to run on most Windows 11 machines. Python scripts, on the other hand, do not.