Skip to content

Fix broken image reference in new-presentation guide#162

Open
shanjijian wants to merge 1 commit into
apache:developfrom
shanjijian:fix-training-40-broken-image
Open

Fix broken image reference in new-presentation guide#162
shanjijian wants to merge 1 commit into
apache:developfrom
shanjijian:fix-training-40-broken-image

Conversation

@shanjijian
Copy link
Copy Markdown

This fixes TRAINING-40.

The new-presentation.adoc guide already defines :imagesdir: ../images/, but the screenshot was referenced using a malformed path:

image:./resources/images/mvn-training-create.png

This change switches it to the standard AsciiDoc image macro so the existing imagesdir setting is used correctly:

image::mvn-training-create.png[]

I also verified that the referenced image exists under site/src/site/resources/images/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant