Skip to content

Commit f7ffab0

Browse files
Merge pull request bytecodealliance#239 from midokura/jbec/clean-doc-wedge
docs: remove reference to wedge
2 parents a3b98fa + baacd48 commit f7ffab0

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/design/life.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ and the time between main loop iterations depends on several factors.
7979
Unfortunately,
8080
fixing this wrong behavior
8181
has side effects on most tests,
82-
and therefore has been temporarily avoided.
83-
See https://github.com/midokura/wedge-agent/pull/589 for further reference.
82+
and therefore has been avoided.
8483

8584
Modules
8685
*******

docs/getting_started/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ repository, that can be cloned using:
127127

128128
.. code:: shell
129129
130-
git clone https://github.com/midokura/wedge-agent
130+
git clone https://github.com/SonySemiconductorSolutions/edge-virtualization-platform
131131
132132
133133
--------------

docs/getting_started/source_tree.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Key directories and files
4646

4747
- ``flatcc/``: FlatBuffers compiler and related utilities (git module).
4848
- ``libparson/``: JSON parsing library.
49-
- ``libevp-agent/``: Wedge agent library.
50-
- ``libevp-app-sdk/``: Wedge Software development kit (SDK).
51-
- ``libevp-utils/``: Utility functions for the Wedge project.
49+
- ``libevp-agent/``: EVP Agent library.
50+
- ``libevp-app-sdk/``: EVP Application Software Development Kit (EVP Application SDK) for modules.
51+
- ``libevp-utils/``: Utility functions for the EVP project.
5252
- ``mbedtls/``: Lightweight cryptographic library (git module).
5353
- ``nng/``: Lightweight messaging library (git module).
54-
- ``python-evp-app-sdk/``: Python version sources of the Wedge SDK.
54+
- ``python-evp-app-sdk/``: Python version sources of the EVP Application SDK.
5555
- ``wasm-micro-runtime/``: WebAssembly Micro Runtime integration (git module).
56-
- ``evp-agent/``: The runtime of the default Wedge agent.
56+
- ``evp-agent/``: The runtime of the default EVP Agent.
5757

5858
* ``test/``
5959
Test cases and supporting resources for the project.

0 commit comments

Comments
 (0)