Skip to content

Commit 58def48

Browse files
jmacdotorgdormando
authored andcommitted
Aim new pages' lead-in for-more-information links to the new overview page, instead of the legacy one.
Rename the page about the built-in proxy for the sake of consistency. Tweak the weight of the settings reference page, for the sake of flexibility.
1 parent 342148c commit 58def48

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/features/proxy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = 'Builtin Proxy'
2+
title = 'Built-in proxy'
33
date = 2024-09-01T09:31:55-07:00
44
weight = 1
55
next = '/features/proxy/quickstart/'

content/features/proxy/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 30
55

66
This page is about configuring the Memcached built-in proxy.
77

8-
For a general overview of the proxy, see [Proxy]({{<legacy_proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
8+
For a general overview of the proxy, see [Built-in proxy]({{<proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
99

1010
## Before you begin {#prereqs}
1111

content/features/proxy/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Memcached built-in proxy is available only if you activate a specific config
88
* Build and install Memcached with its proxy features enabled.
99
* Download the Lua library that the proxy requires for common tasks.
1010

11-
For a general overview of the proxy, see [Proxy]({{<legacy_proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
11+
For a general overview of the proxy, see [Built-in proxy]({{<proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
1212

1313
## Before you begin {#prereqs}
1414

content/features/proxy/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page helps you get familiar with the Memcached built-in proxy by guiding yo
1111
* Set up a minimal proxy configuration file that lets the proxy use two Memcached servers as its backend.
1212
* Run this proxy-based Memcached architecture, and observe the proxy at work by connecting to it and querying it.
1313

14-
For detailed documentation about the Memcached built-in proxy, see [Proxy](({{<legacy_proxy_base_path>}})).
14+
For a general overview of the Memcached built-in proxy, see [Built-in proxy]({{<proxy_base_path>}}).
1515

1616
## Before you begin
1717

content/features/proxy/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 40
55

66
This page is about running Memcached as a proxy for other Memcached servers.
77

8-
For a general overview of the proxy, see [Proxy]({{<legacy_proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
8+
For a general overview of the proxy, see [Built-in proxy]({{<proxy_base_path>}}). For a hands-on tutorial that guides you through compiling and running the proxy with a simple configuration, see [Built-in Proxy Quickstart]({{<proxy_base_path>}}quickstart).
99

1010
## Before you begin {#prereqs}
1111

content/features/proxy/settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = 'Proxy settings reference'
3-
weight = 101
3+
weight = 110
44
+++
55

66
This page is a reference for the settings you can optionally define to fine-tune the behavior of the Memcached built-in proxy. For a guide to applying these settings, see [Adjust proxy settings]({{<proxy_base_path>}}configure#settings).

0 commit comments

Comments
 (0)