Skip to content

Commit

Permalink
Fix links in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Sep 1, 2016
1 parent fe0ee9e commit d01b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $entry = $document->getEntry();
printf("Id: %s\nRelease: %s\n", $entry['ID'], $entry['Price']);
```

Полный пример: [example/get_entry.php](example/get_entry.php).
Полный пример: [examples/get_entry.php](examples/get_entry.php).

Разберём пример подробно.

Expand Down

0 comments on commit d01b1dd

Please sign in to comment.