Skip to content

Commit f81b823

Browse files
committed
Move documentation assets to the current branch
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 2b151cd commit f81b823

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/jfcherng/php-diff.svg?branch=master)](https://travis-ci.org/jfcherng/php-diff)
1+
[![Build Status](https://travis-ci.org/jfcherng/php-diff.svg?branch=v6)](https://travis-ci.org/jfcherng/php-diff)
22
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3a7a07d2ed67434e8e8582ea4ec9867b)](https://app.codacy.com/app/jfcherng/php-diff?utm_source=github.com&utm_medium=referral&utm_content=jfcherng/php-diff&utm_campaign=Badge_Grade_Dashboard)
33

44
# php-diff
@@ -35,7 +35,7 @@ $ composer require jfcherng/php-diff
3535

3636
# Example
3737

38-
See [example/demo.php](https://github.com/jfcherng/php-diff/blob/master/example/demo.php) and files under `tests/`.
38+
See [example/demo.php](https://github.com/jfcherng/php-diff/blob/v6/example/demo.php) and files under `tests/`.
3939

4040
```php
4141
<?php
@@ -109,28 +109,28 @@ $result = $renderer->render($differ);
109109
<td>Line-level (Default)</td>
110110
</tr>
111111
<tr>
112-
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/inline-none-level-diff.png"></td>
113-
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/inline-line-level-diff.png"></td>
112+
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/inline-none-level-diff.png"></td>
113+
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/inline-line-level-diff.png"></td>
114114
</tr>
115115
<tr>
116116
<td>Word-level</td>
117117
<td>Char-level</td>
118118
</tr>
119119
<tr>
120-
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/inline-word-level-diff.png"></td>
121-
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/inline-char-level-diff.png"></td>
120+
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/inline-word-level-diff.png"></td>
121+
<td><img src="https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/inline-char-level-diff.png"></td>
122122
</tr>
123123
</table>
124124

125125

126126
## Renderer: Inline
127127

128-
![Inline](https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/inline-renderer.png)
128+
![Inline](https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/inline-renderer.png)
129129

130130

131131
## Renderer: Side By Side
132132

133-
![Side By Side](https://raw.githubusercontent.com/jfcherng/php-diff/gh-pages/images/side-by-side-renderer.png)
133+
![Side By Side](https://raw.githubusercontent.com/jfcherng/php-diff/v6/example/images/side-by-side-renderer.png)
134134

135135

136136
## Renderer: Unified
5.27 KB
Loading
5.21 KB
Loading
4.73 KB
Loading

example/images/inline-renderer.png

6.67 KB
Loading
5.3 KB
Loading
6.47 KB
Loading

0 commit comments

Comments
 (0)