Skip to content

Commit 2ba145d

Browse files
committed
Fix image paths
1 parent c74906f commit 2ba145d

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/developer-guide/Miscellaneous-Features.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ Alternatively, you can use the `Media`, `MediaManager` and `MediaRecorderBuilder
829829
}
830830
----
831831

832-
image::https://user-images.githubusercontent.com/1997316/78480286-02131b00-7735-11ea-8a70-5ca5512e7d92.png[Example of recording and playback audio using Media API]
832+
image::img/developer-guide/media-audio-recording-example.png[Example of recording and playback audio using Media API]
833833

834834
==== Capture Asynchronous API
835835

docs/developer-guide/Theme-Basics.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When we add an entry to the style we can just type the desired UIID into the box
7979
TIP: You can use the Component Inspector tool in the simulator to locate a component and its UIID in a specific https://www.codenameone.com/javadoc/com/codename1/ui/Form.html[Form]
8080

8181
.When pressing the Add/Edit entry we can edit a specific style entry UIID
82-
image::/Users/shai/dev/CodenameOne.wiki/img/developer-guide/theme-add-edit-entry.png[When pressing the Add/Edit entry we can edit a specific style entry UIID,scaledwidth=50%]
82+
image::img/developer-guide/theme-add-edit-entry.png[When pressing the Add/Edit entry we can edit a specific style entry UIID,scaledwidth=50%]
8383

8484
When we add/edit an entry an important piece of the puzzle is the #Derive# check box that appears next to all of the UIID entries. All styles derive from the base style and usually from the native theme defaults, so when this flag is checked the defaults will be used.
8585

docs/developer-guide/css.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Images {
714714

715715
==== Generating 9-Piece Image Borders
716716

717-
image::img/Image-270320-112406.063.png[]
717+
image::img/developer-guide/css-nine-piece-border.png[]
718718

719719
9-Piece image borders can be created using the `image-border` and `image-border-slice` properties.
720720

docs/developer-guide/img/Image-270320-112406.063.png renamed to docs/developer-guide/img/developer-guide/css-nine-piece-border.png

File renamed without changes.

docs/developer-guide/img/developer-guide/c9d4b9cc-61f6-11e5-8b67-4691600188cd.png renamed to docs/developer-guide/img/developer-guide/media-audio-recording-example.png

File renamed without changes.

0 commit comments

Comments
 (0)