瀏覽代碼

[DOCS] Fixes broken links to tcp_tranport_profiles

lcawl 6 年之前
父節點
當前提交
a8387592db

+ 1 - 1
docs/reference/security/securing-communications/separating-node-client-traffic.asciidoc

@@ -2,7 +2,7 @@
 [[separating-node-client-traffic]]
 === Separating node-to-node and client traffic
 
-Elasticsearch has the feature of so called {ref}/modules-transport.html#_tcp_transport_profiles[TCP transport profiles]
+Elasticsearch has the feature of so called {ref}/modules-transport.html[TCP transport profiles]
 that allows it to bind to several ports and addresses. {security} extends on this
 functionality to enhance the security of the cluster by enabling the separation
 of node-to-node transport traffic from client transport traffic. This is important

+ 1 - 1
x-pack/docs/en/security/using-ip-filtering.asciidoc

@@ -78,7 +78,7 @@ xpack.security.http.filter.enabled: true
 [float]
 === Specifying TCP transport profiles
 
-{ref}/modules-transport.html#_tcp_transport_profiles[TCP transport profiles]
+{ref}/modules-transport.html[TCP transport profiles]
 enable Elasticsearch to bind on multiple hosts. {security} enables you to apply
 different IP filtering on different profiles.