summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorMaxim De Clercq <maximdeclercq00@gmail.com>2022-01-22 17:34:30 +0100
committerMaxim De Clercq <maximdeclercq00@gmail.com>2022-01-23 14:41:39 +0100
commitcd9902637ddf3f8e7711f01a5cf044725704e28a (patch)
tree1f9f3d43b0ea972e5c55d23e03aefb7a6f4395ae /DEPLOY.md
parenta021680591cf581fccd05a9dbb0914163f69e8ba (diff)
downloadconduit-cd9902637ddf3f8e7711f01a5cf044725704e28a.zip
feat: use rustembedded/cross images and use static relocation model to fix cross-compile
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 0058b93..38e1e28 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -37,7 +37,7 @@ $ cargo build --release
Note that this currently requires Rust 1.50.
-If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](CROSS_COMPILE.md).
+If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](cross/README.md).
## Adding a Conduit user