浏览代码

fix: correct link to dangling resources in porter documentation (#3346)

jose-fully-ported 3 年之前
父节点
当前提交
551457c733
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
  1. 1 1
      dashboard/src/main/home/modals/UpdateClusterModal.tsx

+ 1 - 1
dashboard/src/main/home/modals/UpdateClusterModal.tsx

@@ -120,7 +120,7 @@ class UpdateClusterModal extends Component<PropsType, StateType> {
         {this.renderWarning()}
         {this.renderWarning()}
 
 
         <Help
         <Help
-          href="https://docs.getporter.dev/docs/deleting-dangling-resources"
+          href="https://docs.porter.run/other/deleting-dangling-resources"
           target="_blank"
           target="_blank"
         >
         >
           <i className="material-icons">help_outline</i> How to delete resources
           <i className="material-icons">help_outline</i> How to delete resources