This is an automated email from the ASF dual-hosted git repository.

young pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 57c111395ab fix: not found link in home page (#1428)
57c111395ab is described below

commit 57c111395ab3e906c432225d6d4726e4d5c04cee
Author: Young <isk...@outlook.com>
AuthorDate: Thu Dec 1 10:03:36 2022 +0800

    fix: not found link in home page (#1428)
    
    Fixes https://github.com/apache/apisix-website/issues/1427
---
 website/src/components/sections/Benefits.tsx | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/src/components/sections/Benefits.tsx 
b/website/src/components/sections/Benefits.tsx
index 67a142396ba..72a608690dc 100644
--- a/website/src/components/sections/Benefits.tsx
+++ b/website/src/components/sections/Benefits.tsx
@@ -449,7 +449,11 @@ const Benefits: FC = () => {
                 Keycloak, etc. We put stability and security first. For more 
information, check
               </Translate>
               {' '}
-              <Link style={{ color: '#e8433e' }} 
to={useBaseUrl('docs/apisix/plugins/cors/')}>
+              <Link
+                style={{ color: '#e8433e' }}
+                to={useBaseUrl('docs/apisix/plugins/cors/')}
+                target="_blank"
+              >
                 <Translate 
id="benefits.component.security.link.here">here</Translate>
               </Link>
               <Translate id="common.punctuation.anEnd">.</Translate>

Reply via email to