From 705aec8f0fe49600dd33d05d02e9285aab99a500 Mon Sep 17 00:00:00 2001
From: Matthias Zirnstein
Date: Wed, 8 Jan 2025 12:59:32 +0100
Subject: [PATCH 1/3] Fix Alchemy Guides links
- Change http to https
- Remove /stable
TODO
- For /menues.html I didnt find an appropriate page to replace with
---
app/views/alchemy/welcome.html.erb | 2 +-
lib/generators/alchemy/install/files/alchemy.en.yml | 8 ++++----
lib/generators/alchemy/install/templates/menus.yml.tt | 2 +-
.../alchemy/install/templates/page_layouts.yml.tt | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app/views/alchemy/welcome.html.erb b/app/views/alchemy/welcome.html.erb
index b8a0839eb4..09ef6bda53 100644
--- a/app/views/alchemy/welcome.html.erb
+++ b/app/views/alchemy/welcome.html.erb
@@ -19,7 +19,7 @@
- <%= link_to 'Create your first admin user', Alchemy.signup_path %>
- - <%= link_to 'Read the guidelines', 'http://guides.alchemy-cms.com/stable', target: '_blank' %>
+ - <%= link_to 'Read the guidelines', 'https://guides.alchemy-cms.com/', target: '_blank', rel: 'noopener' %>