瀏覽代碼

Doc: fix wrong links and remove unused or duplicate ones

Katsuyuki Tateishi 9 年之前
父節點
當前提交
9585daf0a9

+ 1 - 1
Documentation/dev-guide/local_cluster.md

@@ -86,5 +86,5 @@ hello
 To learn more about interacting with etcd, read [interacting with etcd section][interacting].
 To learn more about interacting with etcd, read [interacting with etcd section][interacting].
 
 
 [interacting]: ./interacting_v3.md
 [interacting]: ./interacting_v3.md
-[clustering]: ./clustering.md
+[clustering]: ../op-guide/clustering.md
 
 

+ 3 - 3
Documentation/op-guide/clustering.md

@@ -461,9 +461,9 @@ When the `--proxy` flag is set, etcd runs in [proxy mode][proxy]. This proxy mod
 
 
 To setup an etcd cluster with proxies of v2 API, please read the the [clustering doc in etcd 2.3 release][clustering_etcd2].
 To setup an etcd cluster with proxies of v2 API, please read the the [clustering doc in etcd 2.3 release][clustering_etcd2].
 
 
-[conf-adv-client]: configuration.md#-advertise-client-urls
-[conf-listen-client]: configuration.md#-listen-client-urls
-[discovery-proto]: dev-internal/discovery_protocol.md
+[conf-adv-client]: configuration.md#--advertise-client-urls
+[conf-listen-client]: configuration.md#--listen-client-urls
+[discovery-proto]: ../dev-internal/discovery_protocol.md
 [rfc-srv]: http://www.ietf.org/rfc/rfc2052.txt
 [rfc-srv]: http://www.ietf.org/rfc/rfc2052.txt
 [runtime-conf]: runtime-configuration.md
 [runtime-conf]: runtime-configuration.md
 [runtime-reconf-design]: runtime-reconf-design.md
 [runtime-reconf-design]: runtime-reconf-design.md

+ 2 - 6
Documentation/op-guide/configuration.md

@@ -8,8 +8,6 @@ The [official etcd ports][iana-ports] are 2379 for client requests and 2380 for
 
 
 To start etcd automatically using custom settings at startup in Linux, using a [systemd][systemd-intro] unit is highly recommended.
 To start etcd automatically using custom settings at startup in Linux, using a [systemd][systemd-intro] unit is highly recommended.
 
 
-[systemd-intro]: http://freedesktop.org/wiki/Software/systemd/
-
 ## Member Flags
 ## Member Flags
 
 
 ### --name
 ### --name
@@ -39,7 +37,7 @@ To start etcd automatically using custom settings at startup in Linux, using a [
 + env variable: ETCD_HEARTBEAT_INTERVAL
 + env variable: ETCD_HEARTBEAT_INTERVAL
 
 
 ### --election-timeout
 ### --election-timeout
-+ Time (in milliseconds) for an election to timeout. See [Documentation/tuning.md](tuning.md#time-parameters) for details.
++ Time (in milliseconds) for an election to timeout. See [Documentation/tuning.md][tuning] for details.
 + default: "1000"
 + default: "1000"
 + env variable: ETCD_ELECTION_TIMEOUT
 + env variable: ETCD_ELECTION_TIMEOUT
 
 
@@ -281,9 +279,7 @@ Follow the instructions when using these flags.
 [discovery]: clustering.md#discovery
 [discovery]: clustering.md#discovery
 [iana-ports]: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=etcd
 [iana-ports]: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=etcd
 [proxy]: ../v2/proxy.md
 [proxy]: ../v2/proxy.md
-[reconfig]: runtime-configuration.md
 [restore]: ../v2/admin_guide.md#restoring-a-backup
 [restore]: ../v2/admin_guide.md#restoring-a-backup
-[rfc-v3]: rfc/v3api.md
 [security]: security.md
 [security]: security.md
 [systemd-intro]: http://freedesktop.org/wiki/Software/systemd/
 [systemd-intro]: http://freedesktop.org/wiki/Software/systemd/
-[tuning]: tuning.md#time-parameters
+[tuning]: ../tuning.md#time-parameters