Skip to content

Commit 5b04c07

Browse files
[SME2] Update the link to the code examples.
It now only download the content relevant to this learning path.
1 parent 41b070d commit 5b04c07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/learning-paths/cross-platform/sme2/1-get-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ For more examples and ideas, visit:
103103

104104
## Environment
105105

106-
Now, using Git, clone the environment for experimenting with SME2 to a directory
107-
named ``code-examples.git`` and change your current directory to
108-
``code-examples.git/learning-paths/cross-platform/sme2`` :
106+
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)
107+
for this learning path, expand the archive and change your current directory to
108+
``code-examples/learning-paths/cross-platform/sme2`` :
109109

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

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

117117
```TXT
118-
code-examples.git/learning-paths/cross-platform/sme2/
118+
code-examples/learning-paths/cross-platform/sme2/
119119
├── .clang-format
120120
├── .devcontainer/
121121
│ └── devcontainer.json
@@ -157,7 +157,7 @@ It contains:
157157

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

162162

163163
## Using the environment

0 commit comments

Comments
 (0)