2.5: Fix links for shared files

This commit is contained in:
Billy Tat
2022-08-19 16:01:21 -07:00
parent f2f2e91034
commit 578e201c58
5 changed files with 5 additions and 5 deletions
@@ -251,7 +251,7 @@ The following table depicts the port requirements for [registered clusters](../.
These ports are typically opened on your Kubernetes nodes, regardless of what type of cluster it is.
import CommonPortsTable from 'shared-files/_common-ports-table.md';
import CommonPortsTable from '../../../shared-files/_common-ports-table.md';
<CommonPortsTable />
@@ -62,6 +62,6 @@ After a cluster is created with Rancher, a cluster administrator can manage clus
The following table summarizes the options and settings available for each cluster type:
import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md';
import ClusterCapabilitiesTable from '../../shared-files/_cluster-capabilities-table.md';
<ClusterCapabilitiesTable />