From a27bb66c2c07a9063741bc0e0aabd5087285260e Mon Sep 17 00:00:00 2001 From: Anshuman Mohan <10830208+anshumanmohan@users.noreply.github.com> Date: Wed, 22 May 2024 12:33:06 -0400 Subject: [PATCH] Docs: correct path in MrXL page (#2049) --- docs/frontends/mrxl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontends/mrxl.md b/docs/frontends/mrxl.md index 3df23f9d9e..839619cf2e 100644 --- a/docs/frontends/mrxl.md +++ b/docs/frontends/mrxl.md @@ -20,7 +20,7 @@ First, install the [calyx-py](../calyx-py.md) library. The MrXL implementation is in Python and uses [Flit][]. Install Flit (`pip install flit` or similar), and then type the -following after changing your directory to `frontend/mrxl`: +following after changing your directory to `frontends/mrxl`: flit install --symlink @@ -29,7 +29,7 @@ This creates a symbolic link to the present directory and installs the `mrxl` co By default, [fud](../running-calyx/fud) looks for the `mrxl` executable to enable the `mrxl` compilation stage. Type `fud check` to make sure `fud` reports that the `mrxl` compiler has been -found. If it does not, run the following while still in `frontend/mrxl`. +found. If it does not, run the following while still in `frontends/mrxl`. fud register mrxl -p fud/mrxl.py