Browse code

fixed links

guangchuang yu authored on 12/03/2018 03:17:35
Showing 3 changed files

... ...
@@ -2,7 +2,7 @@
2 2
 .onAttach <- function(libname, pkgname) {
3 3
     pkgVersion <- packageDescription(pkgname, fields="Version")
4 4
     msg <- paste0(pkgname, " v", pkgVersion, "  ",
5
-                  "For help: https://guangchuangyu.github.io/", pkgname, "\n\n")
5
+                  "For help: https://guangchuangyu.github.io/software/", pkgname, "\n\n")
6 6
 
7 7
     citation <- paste0("If you use ", pkgname, " in published research, please cite:\n",
8 8
                   "Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam. ",
... ...
@@ -228,7 +228,7 @@ the [Tree Annotation](treeAnnotation.html) vignette.
228 228
 + [Annotate a phylogenetic tree with insets](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-inset.html)
229 229
 
230 230
 
231
-**ggtree homepage**: <https://guangchuangyu.github.io/ggtree> (contains more
231
+**ggtree homepage**: <https://guangchuangyu.github.io/software/ggtree> (contains more
232 232
 information about the package, more documentation, a gallery of beautiful
233 233
 published images and links to related resources).
234 234
 
... ...
@@ -276,7 +276,7 @@ it also supports *image* geom to label tip with image files. A corresponding
276 276
 geom, `geom_nodelab` is also provided for displaying node labels. For details of
277 277
 label nodes with images, please refer to
278 278
 the vignette,
279
-[Annotating phylogenetic tree with images](https://guangchuangyu.github.io/ggtree/vignettes/ggtree-ggimage.html).
279
+[Annotating phylogenetic tree with images](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-ggimage.html).
280 280
 
281 281
 
282 282