juzhiyuan commented on a change in pull request #1566:
URL: https://github.com/apache/apisix-dashboard/pull/1566#discussion_r590336195



##########
File path: web/src/pages/ServerInfo/List.tsx
##########
@@ -111,7 +111,7 @@ const ServerInfo: React.FC = () => {
             <Form.Item style={{ marginBottom: 0, fontSize: '12px', color: 
'#00000073' }}>
               {formatMessage({ id: 'page.systemStatus.desc' })}&nbsp;
               <a
-                
href="https://github.com/apache/apisix/blob/master/doc/plugins/server-info.md";
+                
href="https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/server-info.md";

Review comment:
       https://apisix.apache.org/docs/apisix/plugins/server-info/

##########
File path: web/src/pages/Route/List.tsx
##########
@@ -494,7 +494,7 @@ const Page: React.FC = () => {
           <p>{formatMessage({ id: 'page.route.instructions' })}:</p>
           <p>
             <a
-              
href="https://github.com/apache/apisix-dashboard/blob/master/docs/IMPORT_OPENAPI_USER_GUIDE.md";
+              
href="https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md";

Review comment:
       Hi, we could use the new doc site here:
   
   https://apisix.apache.org/docs/dashboard/IMPORT_OPENAPI_USER_GUIDE

##########
File path: web/src/components/RawDataEditor/RawDataEditor.tsx
##########
@@ -50,7 +50,7 @@ const RawDataEditor: React.FC<Props> = ({ visible, readonly = 
true, type, data =
               icon={<LinkOutlined />}
               onClick={() => {
                 window.open(
-                  
`https://github.com/apache/apisix/blob/master/doc/admin-api.md#${type}`,
+                  
`https://github.com/apache/apisix/blob/master/docs/en/latest/admin-api.md#${type}`,

Review comment:
       ```suggestion
                     `https://apisix.apache.org/docs/apisix/admin-api#${type}`,
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to