diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb
index bbef92f41bb33db9ef4cb7061480bbc4453e7451..0179f0d04dbdf8345361358b97ef1a7e8e38b7a3 100644
--- a/lib/leap_cli/commands/new.rb
+++ b/lib/leap_cli/commands/new.rb
@@ -131,7 +131,7 @@ module LeapCli; module Commands
   end
 
   def leapfile_content(options)
-    %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/config for more options]
+    %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/guide/config for more options]
   end
 
   GITIGNORE_CONTENT = <<EOS