Skip to content

Commit

Permalink
Fix image in all sample readmes (GoogleChrome#529)
Browse files Browse the repository at this point in the history
* fix images in readme

* fix all sample readmes by pointing all images to correct apps location
  • Loading branch information
MichaelDimmitt authored Feb 24, 2021
1 parent dbd82ec commit 3c82896
Show file tree
Hide file tree
Showing 79 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion apps/samples/analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ See more at the [project wiki](https://github.com/GoogleChrome/chrome-platform-a

## Screenshot
![screenshot](/samples/analytics/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/analytics/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/appengine-channelapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ To run:

## Screenshot
![screenshot](/samples/appengine_channelapi/app/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/appengine_channelapi/app/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/appsquare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ The key *must* be removed before uploading it to the store.
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/appsquare/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/appsquare/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/appview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Add `host-app` and `embedded-app` and embed the `embedded-app` inside
* [videoCapture](https://developer.chrome.com/apps/declare_permissions)

## Screenshot
![screenshot](/samples/appview/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/appview/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/blink1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ On Linux a udev rule must be added to allow Chrome to open the blink(1) device.
SUBSYSTEM=="hidraw", SUBSYSTEMS=="usb", ATTRS{idVendor}=="27b8", ATTRS{idProduct}=="01ed", MODE="0660", GROUP="plugdev"

## Screenshot
![screenshot](/samples/blink1/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/blink1/assets/screenshot_1280_800.png)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ with the Generic Attribute Profile (GATT) based Battery Service.


## Screenshot
![screenshot](/samples/bluetooth-samples/battery-service-demo/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/bluetooth-samples/battery-service-demo/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/bluetooth-samples/device-info-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ chrome.bluetoothLowEnergy API.


## Screenshot
![screenshot](/samples/bluetooth-samples/device-info-demo/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/bluetooth-samples/device-info-demo/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/bluetooth-samples/heart-rate-sensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Bluetooth Low Energy heart rate sensor.


## Screenshot
![screenshot](/samples/bluetooth-samples/heart-rate-sensor/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/bluetooth-samples/heart-rate-sensor/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ DOM manipulation.

## Screenshot
![screenshot](/samples/calculator/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/calculator/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/camera-capture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ the `videoCapture` permissions to be set in the manifest file.

## Screenshot
![screenshot](/samples/camera-capture/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/camera-capture/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/clock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A widget-like application that provides a world clock, an alarm, a timer and a s

## Screenshot
![screenshot](/samples/clock/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/clock/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/context-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Sample that shows how to use the [context menu API](http://developer.chrome.com/
* [Window](http://developer.chrome.com/apps/app_window)

## Screenshot
![screenshot](/samples/context-menu/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/context-menu/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if you want to recompile dart to JS. See the correct, CSP compatible, command-li

## Screenshot
![screenshot](/samples/dart/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/dart/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/desktop-capture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ the appropriate permissions (`desktopCapture`) to be set in the manifest file.


## Screenshot
![screenshot](/samples/desktop-capture/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/desktop-capture/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/dialog-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ dialog.addEventListener("cancel", function(evt) {


## Screenshot
![screenshot](/samples/dialog-element/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/dialog-element/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/diff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ A non-trivial application to diff two files choosen by the user. This app shows

## Screenshot
![screenshot](/samples/diff/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/diff/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/filesystem-access/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ NOTE: This sample requires Milestone 31 or later of Chrome, since it uses the ne
* [chrome.fileSystem](http://developer.chrome.com/apps/fileSystem.html)

## Screenshot
![screenshot](/samples/filesystem-access/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/filesystem-access/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/frameless-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Caveat: `-webkit-app-region: drag;` *will* disable some customizations such as c

## Screenshot
![screenshot](/samples/frameless-window/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/frameless-window/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/gcm-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Demonstrates the capability to receive the push messages from Google Cloud Messa


## Screenshot
![screenshot](/samples/gcm-notifications/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/gcm-notifications/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/gdrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ To upload files: drag in files from the desktop onto the app.


## Screenshot
![screenshot](/samples/gdrive/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/gdrive/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/github-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Account check out the [Identity sample application](../identity).

## Screenshot
![screenshot](/samples/github-auth/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/github-auth/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/hello-world-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Important: needs "key" in manifest.json to support testing outside of CWS, so th
* [Storage sync](http://developer.chrome.com/extensions/storage.html)

## Screenshot
![screenshot](/samples/hello-world-sync/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/hello-world-sync/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ and, at that point, creates a window using a basic HTML page, index.html, as the
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/hello-world/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/hello-world/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/hid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ This sample demonstrates usage of the `chrome.hid` API.
* [Window](https://developer.chrome.com/apps/app_window)

## Screenshot
![screenshot](/samples/hid/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/hid/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ you should use the launchWebAuthFlow method instead.


## Screenshot
![screenshot](/samples/identity/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/identity/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/image-edit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Works offline.
## Try it: [Crop Tool - Image Edit](https://chrome.google.com/webstore/detail/crop-tool-image-edit/foibnkkcggahkmckladbmgkajodpcjfh)

## Screenshot
![screenshot](/samples/image-edit/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/image-edit/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/instagram-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ The key *must* be removed before uploading it to the store.


## Screenshot
![screenshot](/samples/instagram-auth/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/instagram-auth/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/io2012-presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ The `servo` directory contains the standalone version of the serial port API spi
The `windowing_api` directory contains the source for the custom window frame and windowing API documentation (it's launched via the "Demo" link on slide 7).

## Screenshot
![screenshot](/samples/io2012-presentation/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/io2012-presentation/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/ioio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ The constants and information about the protocol was taken from https://github.c
* [Bluetooth](http://developer.chrome.com/apps/bluetooth.html)

## Screenshot
![screenshot](/samples/ioio/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/ioio/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/keyboard-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ be captured by a chrome packaged app, and learn what the appropriate keyCode
is for them.

## Screenshot
![screenshot](/samples/keyboard-handler/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/keyboard-handler/assets/screenshot_1280_800.png)

## Credit

Expand Down
2 changes: 1 addition & 1 deletion apps/samples/manga-cam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Chrome Packaged App with `videoCapture` permission can query user media without


## Screenshot
![screenshot](/samples/manga-cam/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/manga-cam/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/mdns-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ This is a non-trivial sample which uses the UDP multicast support in Chrome Pack

## Screenshot
![screenshot](/samples/mdns-browser/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/mdns-browser/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/media-gallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This is a sample application that uses the [media gallery](http://developer.chro

## Screenshot
![screenshot](/samples/media-gallery/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/media-gallery/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This sample shows how to communicate between two apps or one app and one extensi
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/messaging/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/messaging/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/mini-code-edit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A non-trivial sample with basic features of a code editor, like syntax detection

## Screenshot
![screenshot](/samples/mini-code-edit/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/mini-code-edit/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/multicast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ latter.__
* [Window](https://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/multicast/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/multicast/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/one-time-payment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ to add the the key below to your manifest:
* [Identity](http://developer.chrome.com/apps/identity.html)

## Screenshot
![screenshot](/samples/one-time-payment/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/one-time-payment/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/optional-permissions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This app shows how to use the permissions API to request optional permissions. I
* [Permissions](http://developer.chrome.com/apps/permissions.html)

## Screenshot
![screenshot](/samples/optional-permissions/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/optional-permissions/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/parrot-ar-drone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ _Please note: this has only been tested with an Xbox 360 controller_
_Thanks to felixge for the [Node AR Drone lib](https://github.com/felixge/node-ar-drone), which served as a helpful reference._

## Screenshot
![screenshot](/samples/parrot-ar-drone/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/parrot-ar-drone/assets/screenshot_1280_800.png)

4 changes: 2 additions & 2 deletions apps/samples/platform-title/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This is a basic demo showing alternate titlebars, written in HTML/CSS, depending

### Mac

![screenshot](/samples/platform-title/assets/screenshot_mac.png)
![screenshot](/apps/samples/platform-title/assets/screenshot_mac.png)

### Chrome OS

![screenshot](/samples/platform-title/assets/screenshot_cros.png)
![screenshot](/apps/samples/platform-title/assets/screenshot_cros.png)
2 changes: 1 addition & 1 deletion apps/samples/printing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ animation can be displayed on the control window to demonstrates how timers are
suspended while printing.

## Screenshot
![screenshot](/samples/printing/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/printing/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/restarted-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ This demo app creates a new counter on launch and restores any existing counters
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/restarted-demo/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/restarted-demo/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/rich-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ in the system tray. This API is still in experimental state.

## Screenshot

![screenshot](/samples/rich-notifications/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/rich-notifications/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ See more info on [using eval safely in packaged apps](http://developer.chrome.co
* [Runtime](http://developer.chrome.com/apps/app.runtime.html)

## Screenshot
![screenshot](/samples/sandbox/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/sandbox/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/sandboxed-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ See more info on [using eval safely in packaged apps](http://developer.chrome.co

## Screenshot
![screenshot](/samples/sandboxed-content/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/sandboxed-content/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/serial-control-signals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ This sample demonstrates how you can send and receive control signals (DTR, RTS,
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/serial-control-signals/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/serial-control-signals/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/serial/adkjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ In the app directory, you will find the Chrome Packaged App.
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/serial/adkjs/app/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/serial/adkjs/app/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/serial/espruino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This sample lets you toggle the state of an LED on an [Espruino JavaScript board
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/serial/espruino/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/serial/espruino/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/serial/ledtoggle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ for Chrome packaged apps.
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/serial/ledtoggle/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/serial/ledtoggle/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/servo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ This app displays a slider that, when dragged, causes a servo attached to an Ard
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/servo/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/servo/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A very basic application that demonstrates the Filesystem API. It allows you to


## Screenshot
![screenshot](/samples/storage/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/storage/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/syncfs-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ See the License for the specific language governing permissions and
limitations under the License.

## Screenshot
![screenshot](/samples/syncfs-editor/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/syncfs-editor/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/systemInfo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ as CPU, memory and disk storage etc.

## Screenshot

![screenshot](/samples/systemInfo/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/systemInfo/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ of the [JavaScript Client Library](https://developers.google.com/api-client-libr


## Screenshot
![screenshot](/samples/tasks/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/tasks/assets/screenshot_1280_800.png)
2 changes: 1 addition & 1 deletion apps/samples/tcpserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ This is a sample that shows how you can run a network TCP server in a packaged a
* [Window](https://developer.chrome.com/apps/app_window)

## Screenshot
![screenshot](/samples/tcpserver/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/tcpserver/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/telnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Networking stuff, ANSI colors by Boris Smus.
Terminal by Eric Bidelman: http://www.htmlfivewow.com/demos/terminal/terminal.html

## Screenshot
![screenshot](/samples/telnet/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/telnet/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/text-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A non-trivial sample with basic features of a code editor, like language detecti


## Screenshot
![screenshot](/samples/text-editor/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/text-editor/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ In the `server` directory, you will find a Node echo server that intentionally d
* [Window](http://developer.chrome.com/apps/app.window.html)

## Screenshot
![screenshot](/samples/udp/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/udp/assets/screenshot_1280_800.png)

2 changes: 1 addition & 1 deletion apps/samples/url-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Note that at least in this initial version of the feature in Chrome 31 stable ch
* [chrome.storage](http://developer.chrome.com/apps/storage.html)

## Screenshot
![screenshot](/samples/url-handler/assets/screenshot_1280_800.png)
![screenshot](/apps/samples/url-handler/assets/screenshot_1280_800.png)
Loading

0 comments on commit 3c82896

Please sign in to comment.