Skip to content

Commit 8ee1615

Browse files
committed
doc: fix issues from moving tools to misc/tools
PR #3483 cleaned up the project root folder and moved stuff that was in /tools into a new /misc folder. There were a few references to the old /tools folder missed in that update, addressed in this PR. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent f44517c commit 8ee1615

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ singlehtml: doxy content kconfig
6464

6565
clean:
6666
rm -fr $(BUILDDIR) doxygen
67-
rm -fr tools
67+
rm -fr misc
6868
rm -fr reference/kconfig/*.rst
6969

7070
# Copy material over to the GitHub pages staging repo

doc/developer-guides/hld/virtio-net.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,10 @@ our case, we use systemd to automatically create the network by default.
426426
You can check the files with prefix 50- in the SOS
427427
``/usr/lib/systemd/network/``:
428428

429-
- `50-acrn.netdev <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/tools/acrnbridge/acrn.netdev>`__
430-
- `50-acrn.network <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/tools/acrnbridge/acrn.network>`__
431-
- `50-tap0.netdev <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/tools/acrnbridge/tap0.netdev>`__
432-
- `50-eth.network <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/tools/acrnbridge/eth.network>`__
429+
- `50-acrn.netdev <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/misc/acrnbridge/acrn.netdev>`__
430+
- `50-acrn.network <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/misc/acrnbridge/acrn.network>`__
431+
- `50-tap0.netdev <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/misc/acrnbridge/tap0.netdev>`__
432+
- `50-eth.network <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/misc/acrnbridge/eth.network>`__
433433

434434
When the SOS is started, run ``ifconfig`` to show the devices created by
435435
this systemd configuration:

doc/tutorials/docbuild.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The project's documentation contains the following items:
2626
* ReStructuredText source files used to generate documentation found at the
2727
http://projectacrn.github.io website. All of the reStructuredText sources
2828
are found in the acrn-hypervisor/doc folder, or pulled in from sibling
29-
folders (such as /tools/) by the build scripts.
29+
folders (such as /misc/) by the build scripts.
3030

3131
* Doxygen-generated material used to create all API-specific documents
3232
found at http://projectacrn.github.io/latest/api/. The doc build

0 commit comments

Comments
 (0)