Skip to content

Commit 9f58d4f

Browse files
thechriskentVesaJuvonen
authored andcommitted
Fixed Broken Link (SharePoint#2030)
1 parent 6123338 commit 9f58d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/complete-basic-operations-using-javascript-library-code-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ function onQueryFailed(sender, args) {
11181118

11191119
## Access objects in the host web
11201120

1121-
While developing your add-in, you might need to access the host web to interact with items in it. Use the **AppContextSite** object to reference the host web or other SharePoint sites, as shown in the following example. For a full code sample, see [Get the host web title using the cross-___domain library (JSOM)](http://code.msdn.microsoft.com/office/SharePoint-Get-the-563f2a3d).
1121+
While developing your add-in, you might need to access the host web to interact with items in it. Use the **AppContextSite** object to reference the host web or other SharePoint sites, as shown in the following example. For a full code sample, see [Get the host web title using the cross-___domain library (JSOM)](http://code.msdn.microsoft.com/office/SharePoint-2013-Get-the-563f2a3d).
11221122

11231123
```js
11241124
function execCrossDomainRequest(appweburl, hostweburl) {

0 commit comments

Comments
 (0)