Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowen committed Sep 15, 2015
1 parent a632595 commit d9cfdc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/rhandsontable.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ rhandsontable <- function(data, colHeaders, rowHeaders, comments = NULL,
#' @param customBorders json object. See
#' \href{http://handsontable.com/demo/custom_borders.html}{Custom borders} for details.
#' @param groups json object. See
#' \href{http://handsontable.com/demo/grouping.html}{Grouping & ungrouping of rows and columns} for details.
#' \href{http://docs.handsontable.com/0.16.1/demo-grouping-and-ungrouping.html}{Grouping & ungrouping of rows and columns} for details.
#' @param highlightRow logical enabling row highlighting for the selected
#' cell
#' @param highlightCol logical enabling column highlighting for the
Expand Down Expand Up @@ -207,7 +207,7 @@ hot_table = function(hot, contextMenu = TRUE, stretchH = "none",
#' Handsontable widget
#'
#' Configure the options for the right-click context menu. See
#' \href{http://handsontable.com/demo/demo-context-menu.html}{Context Menu} and
#' \href{http://docs.handsontable.com/0.16.1/demo-context-menu.html}{Context Menu} and
#' \href{http://swisnl.github.io/jQuery-contextMenu/docs.html}{jquery contextMenu}
#' for details.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/hot_context_menu.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ are defined (i.e. useTypes == TRUE in rhandsontable).}
}
\description{
Configure the options for the right-click context menu. See
\href{http://handsontable.com/demo/demo-context-menu.html}{Context Menu} and
\href{http://docs.handsontable.com/0.16.1/demo-context-menu.html}{Context Menu} and
\href{http://swisnl.github.io/jQuery-contextMenu/docs.html}{jquery contextMenu}
for details.
}
Expand Down
2 changes: 1 addition & 1 deletion man/hot_table.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and 'none'. See \href{http://docs.handsontable.com/0.15.1/demo-stretching.html}{
\href{http://handsontable.com/demo/custom_borders.html}{Custom borders} for details.}

\item{groups}{json object. See
\href{http://handsontable.com/demo/grouping.html}{Grouping & ungrouping of rows and columns} for details.}
\href{http://docs.handsontable.com/0.16.1/demo-grouping-and-ungrouping.html}{Grouping & ungrouping of rows and columns} for details.}

\item{highlightRow}{logical enabling row highlighting for the selected
cell}
Expand Down

0 comments on commit d9cfdc0

Please sign in to comment.