Skip to content

Commit

Permalink
Link to upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbotsch committed Jul 4, 2011
1 parent 58112c8 commit 045fd06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/sortable.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features:

**Notice:**

- Public [Sortable repository](http://github.com/lbotsch/DoctrineExtensions "Sortable extension on Github") is available on github
- Public [Sortable repository](http://github.com/l3pp4rd/DoctrineExtensions "Sortable extension on Github") is available on github
- Last update date: **2011-06-08**

**Portability:**
Expand Down Expand Up @@ -98,13 +98,13 @@ cache is activated
private $name;

/**
* @gedmo:SortablePosition
* @Gedmo\SortablePosition
* @Column(name="position", type="integer")
*/
private $position;

/**
* @gedmo:SortableGroup
* @Gedmo\SortableGroup
* @Column(name="category", type="string", length=128)
*/
private $category;
Expand Down

0 comments on commit 045fd06

Please sign in to comment.