diff --git a/docs/secure_coding_and_deployment_hardening/crash_dumps.md b/docs/secure_coding_and_deployment_hardening/crash_dumps.md index 0cd9a57..16b9db0 100644 --- a/docs/secure_coding_and_deployment_hardening/crash_dumps.md +++ b/docs/secure_coding_and_deployment_hardening/crash_dumps.md @@ -2,7 +2,7 @@ title: Crash dumps and core dumps previous: url: distribution - title: Distribution + title: Distribution Protocol and EPMD next: url: resources title: Resources diff --git a/docs/secure_coding_and_deployment_hardening/deployment_hardening.md b/docs/secure_coding_and_deployment_hardening/deployment_hardening.md index 44f0fd6..4a13010 100644 --- a/docs/secure_coding_and_deployment_hardening/deployment_hardening.md +++ b/docs/secure_coding_and_deployment_hardening/deployment_hardening.md @@ -14,5 +14,5 @@ This section covers some deployment hardening techniques that apply specifically * [Installing/building the runtime system](installing) * [Releases](releases) -* [Distribution](distribution) +* [Distribution Protocol and EPMD](distribution) * [Crash dumps and core dumps](crash_dumps) diff --git a/docs/secure_coding_and_deployment_hardening/distribution.md b/docs/secure_coding_and_deployment_hardening/distribution.md index b4ba73a..16dde14 100644 --- a/docs/secure_coding_and_deployment_hardening/distribution.md +++ b/docs/secure_coding_and_deployment_hardening/distribution.md @@ -1,5 +1,5 @@ --- -title: Distribution +title: Distribution Protocol and EPMD previous: url: releases title: Releases diff --git a/docs/secure_coding_and_deployment_hardening/index.md b/docs/secure_coding_and_deployment_hardening/index.md index f7f02e4..e8dace2 100644 --- a/docs/secure_coding_and_deployment_hardening/index.md +++ b/docs/secure_coding_and_deployment_hardening/index.md @@ -28,6 +28,6 @@ To report mistakes or suggest additional content, please open an issue or create * [Deployment Hardening](deployment_hardening) * [Installing/building the runtime system](installing) * [Releases](releases) - * [Distribution](distribution) + * [Distribution Protocol and EPMD](distribution) * [Crash dumps and core dumps](crash_dumps) * [Resources](resources) diff --git a/docs/secure_coding_and_deployment_hardening/releases.md b/docs/secure_coding_and_deployment_hardening/releases.md index f59ae0f..0fc2de0 100644 --- a/docs/secure_coding_and_deployment_hardening/releases.md +++ b/docs/secure_coding_and_deployment_hardening/releases.md @@ -5,7 +5,7 @@ previous: title: Installing/building the runtime system next: url: distribution - title: Distribution + title: Distribution Protocol and EPMD --- * Package a project as a ‘release’ for deployment