Merge pull request #2130 from umbraco/temp-U4-10136
U4-10136 Broken link to package action documentation
This commit is contained in:
@@ -189,7 +189,8 @@
|
||||
<asp:TextBox ID="packageControlPath" Width="330px" CssClass="guiInputText" runat="server" />
|
||||
<a href="#" onclick="UmbClientMgr.openModalWindow('developer/packages/directoryBrowser.aspx?target=<%= packageControlPath.ClientID %>','Choose a file or a folder', true, 500, 400); return false;"
|
||||
style="border: none;">
|
||||
<i class="icon icon-folder"></i>
|
||||
<i class="icon icon-folder"></i>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -203,7 +204,7 @@
|
||||
during installation and uninstallation.
|
||||
<br />
|
||||
All actions are formed as a xml node, containing data for the action to be performed.
|
||||
<a href="http://our.umbraco.org/wiki/reference/packaging/package-actions
|
||||
<a href="https://our.umbraco.org/documentation/Reference/Packaging/
|
||||
" target="_blank">Package actions documentation</a>
|
||||
</p>
|
||||
<asp:CustomValidator ID="actionsVal" runat="server" OnServerValidate="validateActions"
|
||||
|
||||
Reference in New Issue
Block a user