Skip to content

Commit

Permalink
update help icon message and documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Jul 29, 2021
1 parent 318370b commit 86ae77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsconnect_jupyter/static/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ define([
// setup hide input help icon
(function() {
var msg =
'<a href="https://docs.rstudio.com/rsconnect-jupyter/usage/#hide-all-input" target="_blank">Hide input documentation</a>';
'Hiding input code cells results in rendering only the output of code cells on publication. <br> <a href="https://docs.rstudio.com/rsconnect-jupyter/usage/#hide-input" target="_blank">Hide Input Documentation</a>';

var helpIcon = $(
[
Expand Down

0 comments on commit 86ae77d

Please sign in to comment.