Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SME2] Update the link to the code examples. #1620

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/learning-paths/cross-platform/sme2/1-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@ For more examples and ideas, visit:

## Environment

Now, using Git, clone the environment for experimenting with SME2 to a directory
named ``code-examples.git`` and change your current directory to
``code-examples.git/learning-paths/cross-platform/sme2`` :
Now, [download the code examples](https://gitlab.arm.com/learning-code-examples/code-examples/-/archive/main/code-examples-main.tar.gz?path=learning-paths/cross-platform/sme2)
for this learning path, expand the archive and change your current directory to
``code-examples/learning-paths/cross-platform/sme2`` :

```BASH
git clone https://gitlab.arm.com/learning-code-examples/code-examples code-examples.git
cd code-examples.git/learning-paths/cross-platform/sme2
tar xfz code-examples-main-learning-paths-cross-platform-sme2.tar.gz -s /code-examples-main-learning-paths-cross-platform-sme2/code-examples/
cd code-examples/learning-paths/cross-platform/sme2
```

This list of content in this directory should look like this :

```TXT
code-examples.git/learning-paths/cross-platform/sme2/
code-examples/learning-paths/cross-platform/sme2/
├── .clang-format
├── .devcontainer/
│ └── devcontainer.json
Expand Down Expand Up @@ -157,7 +157,7 @@ It contains:

{{% notice Note %}}
From this point in the Learning Path, all instructions assume that your current
directory is ``code-examples.git/learning-paths/cross-platform/sme2``.{{% /notice %}}
directory is ``code-examples/learning-paths/cross-platform/sme2``.{{% /notice %}}


## Using the environment
Expand Down