From 2842df87c6f5ff0fa12ab21056c13e9eb19f6c08 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 28 Feb 2023 15:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E6=99=BA=E7=86=B5=E5=88=86=E6=9E=90?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4=E5=88=B0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8A=A8=E6=80=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/projects_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 99cf0e01a..5ed680ba3 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -186,7 +186,7 @@ module ProjectsHelper when nil then "" when 'rails' then "#{url}/rails/entropy" when 'jittor' then "#{url}/jittor/entropy" - when 'paddle' then "#{url}/Paddle/entropy" + when 'paddle' then "#{url}/paddle/entropy" when 'vue' then "#{url}/vue/entropy" when 'bootstrap' then "#{url}/bootstrap/entropy" when 'tensorflow' then "#{url}/tensorflow/entropy"