aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/eunit.asciidoc2
-rw-r--r--doc/src/guide/releases.asciidoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/guide/eunit.asciidoc b/doc/src/guide/eunit.asciidoc
index 496b674..41e26e3 100644
--- a/doc/src/guide/eunit.asciidoc
+++ b/doc/src/guide/eunit.asciidoc
@@ -65,7 +65,7 @@ to be passed to `erl` when running EUnit tests. For example,
you can load the 'vm.args' and 'sys.config' files:
[source,make]
-EUNIT_ERL_OPTS = -args_file rel/vm.args -config rel/sys.config
+EUNIT_ERL_OPTS = -args_file config/vm.args -config config/sys.config
=== Usage
diff --git a/doc/src/guide/releases.asciidoc b/doc/src/guide/releases.asciidoc
index f1e20e6..92968ff 100644
--- a/doc/src/guide/releases.asciidoc
+++ b/doc/src/guide/releases.asciidoc
@@ -124,7 +124,7 @@ Your release was upgraded!
There is a *workaround* to get the semver value which is
generated by Relx based on VCS history.
-Create a file 'rel/version' with only one line inside:
+Create a file 'config/version' with only one line inside:
[source,erlang]
{{ release_version }}
@@ -133,7 +133,7 @@ Add/Update the `overlay` section of your `relx.config`:
[source,erlang]
{overlay, [
- {template, "rel/version", "version"}
+ {template, "config/version", "version"}
]}.
When you run `make rel` it creates the file '$(RELX_OUTPUT_DIR)/example/version'