Skip to content

Commit

Permalink
documentation link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Nov 13, 2014
1 parent 58fa148 commit 3b242ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ var NamespaceOperations = ( /** @lends NamespaceOperations */ function() {

/**
* Lists the available namespaces. (see
* http://msdn.microsoft.com/en-us/library/windowsazure/dn140232.asp for
* http://msdn.microsoft.com/library/azure/dn140232.aspx for
* more information)
*
* @param {function} callback
Expand Down Expand Up @@ -3746,7 +3746,7 @@ var QueueOperations = ( /** @lends QueueOperations */ function() {
* pages, each containing up to 100 queues. If the namespace contains more
* than 100 queues, a feed is returned that contains the first page and a
* next link with the URI to view the next page of data. (see
* http://msdn.microsoft.com/en-us/library/windowsazure/hh780759.asp for
* http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for
* more information)
*
* @param {string} namespaceName The namespace name.
Expand Down

0 comments on commit 3b242ad

Please sign in to comment.