소스 검색

Link to upstream repo

Lukas Botsch 14 년 전
부모
커밋
045fd06efa
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      doc/sortable.md

+ 3 - 3
doc/sortable.md

@@ -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:**
@@ -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;