Skip to content

Commit

Permalink
Fix URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Dec 3, 2012
1 parent bddd360 commit c6042cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webcam-capture-drivers/webcam-capture-driver-ipcam/README.md
Expand Up @@ -67,7 +67,7 @@ f.setVisible(true);
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
```

![Night Tree Somewhere](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-driver-ipcam/src/etc/resources/night-tree.png "Night Tree Somewhere")
![Night Tree Somewhere](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-drivers/webcam-capture-driver-ipcam/src/etc/resources/night-tree.png "Night Tree Somewhere")

### Example 2

Expand All @@ -92,7 +92,7 @@ f.setVisible(true);
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
```

![Dasding Studio Live IP Camera](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-driver-ipcam/src/etc/resources/dasding-live.png "Dasding Studio Live IP Camera")
![Dasding Studio Live IP Camera](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-drivers/webcam-capture-driver-ipcam/src/etc/resources/dasding-live.png "Dasding Studio Live IP Camera")

### Example 3

Expand All @@ -119,7 +119,7 @@ f.setVisible(true);
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
```

![Lignano Beach](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-driver-ipcam/src/etc/resources/lignano-beach.png "Lignano Beach")
![Lignano Beach](https://raw.github.com/sarxos/webcam-capture/master/webcam-capture-drivers/webcam-capture-driver-ipcam/src/etc/resources/lignano-beach.png "Lignano Beach")

### Need More Examples ???

Expand Down

0 comments on commit c6042cb

Please sign in to comment.