From 7bd90f14677ffcb65e7e112946f7d0cb7e536d1f Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 11 Nov 2020 17:03:32 -0800 Subject: [PATCH] Fix readme link --- Secretive/Views/SetupView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secretive/Views/SetupView.swift b/Secretive/Views/SetupView.swift index b7c5267..b935ee7 100644 --- a/Secretive/Views/SetupView.swift +++ b/Secretive/Views/SetupView.swift @@ -176,7 +176,7 @@ struct SSHAgentSetupView: View { bodyText: "Add this line to your shell config telling SSH to talk to Secret Agent when it wants to authenticate. Secretive can either do this for you automatically, or you can copy and paste this into your config file.", buttonTitle: "I Added it Manually", buttonAction: buttonAction) { - Link("If you're trying to set up a third party app, check out the FAQ.", destination: URL(string: "https://github.com/maxgoedjen/secretive/APP_CONFIG.md")!) + Link("If you're trying to set up a third party app, check out the FAQ.", destination: URL(string: "https://github.com/maxgoedjen/secretive/blob/main/APP_CONFIG.md")!) Picker(selection: $selectedShellInstruction, label: EmptyView()) { ForEach(SSHAgentSetupView.controller.shellInstructions) { instruction in Text(instruction.shell)