This is an automated email from the ASF dual-hosted git repository. dbarnes pushed a commit to branch support/1.15 in repository https://gitbox.apache.org/repos/asf/geode.git
commit ed86d71c0e395767ab8ca2bbbf41c224219feab1 Author: Dave Barnes <[email protected]> AuthorDate: Wed Jun 15 16:28:58 2022 -0700 Correct name of Disable SYN Cookies in TOC and cross-ref --- geode-book/master_middleman/source/subnavs/geode-subnav.erb | 2 +- geode-docs/getting_started/system_requirements/host_machine.html.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb b/geode-book/master_middleman/source/subnavs/geode-subnav.erb index c88b7fd9b4..8f1b3566da 100644 --- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb +++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb @@ -672,7 +672,7 @@ limitations under the License. <a href="/docs/guide/<%=vars.product_version_nodot%>/managing/monitor_tune/chapter_overview.html">Performance Tuning and Configuration</a> <ul> <li> - <a href="/docs/guide/<%=vars.product_version_nodot%>/managing/monitor_tune/disabling_tcp_syn_cookies.html">Disabling TCP SYN Cookies</a> + <a href="/docs/guide/<%=vars.product_version_nodot%>/managing/monitor_tune/disabling_tcp_syn_cookies.html">Disable TCP SYN Cookies</a> </li> <li> <a href="/docs/guide/<%=vars.product_version_nodot%>/managing/monitor_tune/performance_on_vsphere.html">Improving Performance on vSphere</a> diff --git a/geode-docs/getting_started/system_requirements/host_machine.html.md.erb b/geode-docs/getting_started/system_requirements/host_machine.html.md.erb index 9ce558d4f3..e3b5b95458 100644 --- a/geode-docs/getting_started/system_requirements/host_machine.html.md.erb +++ b/geode-docs/getting_started/system_requirements/host_machine.html.md.erb @@ -49,4 +49,4 @@ server clusters behind advanced firewall protection. sysctl -p ``` - See [Disabling TCP SYN Cookies](../../managing/monitor_tune/disabling_tcp_syn_cookies.html) for details. + See [Disable TCP SYN Cookies](../../managing/monitor_tune/disabling_tcp_syn_cookies.html) for details.
