Skip to content

Commit 737721b

Browse files
authored
[Docs] Move images into folder that gets pulled into public repo (#36008) (#36024)
These are broken links in the public repos, as the root images folder isn't copied across. Good to keep them out of the root so moving to `stdlib/docs/images` with the other images, to keep them out of the way. modular-orig-commit: 4fbd0381ae221dde49ebcdce05de33739a42e8ed
1 parent 59aa21b commit 737721b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ for more details.
184184
Go to the [Mojo repo](https://github.com/modularml/mojo) and click the fork
185185
button:
186186

187-
![Create Fork](./images/create-fork.png)
187+
![Create Fork](stdlib/docs/images/create-fork.png)
188188

189189
Clone your forked repo locally with the command:
190190

@@ -249,7 +249,7 @@ If you're using bash, replace the three `~/.zshrc` above with `~/.bashrc`.
249249
Install the [Mojo nightly VS Code
250250
extension](https://marketplace.visualstudio.com/items?itemName=modular-mojotools.vscode-mojo-nightly):
251251

252-
<img src="./images/nightly-extension.png" width=350 />
252+
<img src="./stdlib/docs/images/nightly-extension.png" width=350 />
253253

254254
You can only have one Mojo extension enabled at a time, remember to switch back
255255
when using the stable release!
@@ -275,7 +275,7 @@ remote: https://github.com/jackos/mojo/pull/new/my-fix-pr
275275

276276
Make sure you point it to the `nightly` branch:
277277

278-
![Base Branch](images/base-branch.png)
278+
![Base Branch](stdlib/docs/images/base-branch.png)
279279

280280
Now fill out the details:
281281

stdlib/docs/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ error: CHECK: expected string not found in input
305305

306306
Lets fix the test that we just added:
307307

308-
```plaintext
308+
```mojo
309309
# CHECK-LABEL: test_print_cwd
310310
311311
def test_print_cwd():
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)