[libgdata] documents: Update links in the documentation



commit 6c4a2b36627a5ceec91d6979eca61ef27ee3ea1f
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Apr 2 15:06:41 2012 +0100

    documents: Update links in the documentation
    
    Google have helpfully moved the GData documentation and not put any redirects
    in place, so we have to update all the links for v3 of the Documents API.
    
    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

 .../services/documents/gdata-documents-document.c  |   10 +++++-----
 gdata/services/documents/gdata-documents-entry.c   |    2 +-
 gdata/services/documents/gdata-documents-folder.c  |    2 +-
 .../documents/gdata-documents-presentation.c       |    2 +-
 .../documents/gdata-documents-presentation.h       |   10 +++++-----
 gdata/services/documents/gdata-documents-query.c   |    2 +-
 gdata/services/documents/gdata-documents-service.c |    2 +-
 .../documents/gdata-documents-spreadsheet.c        |    2 +-
 .../documents/gdata-documents-spreadsheet.h        |   12 ++++++------
 gdata/services/documents/gdata-documents-text.c    |    2 +-
 gdata/services/documents/gdata-documents-text.h    |   16 ++++++++--------
 11 files changed, 31 insertions(+), 31 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-document.c b/gdata/services/documents/gdata-documents-document.c
index 0ef4c78..598ebc1 100644
--- a/gdata/services/documents/gdata-documents-document.c
+++ b/gdata/services/documents/gdata-documents-document.c
@@ -27,7 +27,7 @@
  * #GDataDocumentsPresentation, #GDataDocumentsText and #GDataDocumentsSpreadsheet, which are instantiable.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * <example>
  * 	<title>Downloading a Document</title>
@@ -87,9 +87,9 @@
  * </example>
  *
  * Each document accessible through the service has an access control list (ACL) which defines the level of access to the document to each user, and
- * which users the document is shared with. For more information about ACLs for documents, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#AccessControlLists";>online documentation on
- * sharing documents</ulink>.
+ * which users the document is shared with. For more information about ACLs for documents, see the <ulink type="http"
+ * url="https://developers.google.com/google-apps/documents-list/#managing_sharing_permissions_of_resources_via_access_control_lists_acls";>online
+ * documentation on sharing documents</ulink>.
  *
  * <example>
  * 	<title>Retrieving the Access Control List for a Document</title>
@@ -228,7 +228,7 @@ gdata_documents_document_init (GDataDocumentsDocument *self)
  *
  * If @self is a #GDataDocumentsSpreadsheet, only the first grid, or sheet, in the spreadsheet will be downloaded for some export formats. To download
  * a specific a specific grid, use gdata_documents_spreadsheet_get_download_uri() with #GDataDownloadStream to download the grid manually. See the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>GData protocol
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#downloading_spreadsheets";>GData protocol
  * specification</ulink> for more information.
  *
  * To get the content type of the downloaded file, gdata_download_stream_get_content_type() can be called on the returned #GDataDownloadStream.
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 03d4db2..8f309e5 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -36,7 +36,7 @@
  * information, see #GDataDocumentsEntry:resource-id.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * <example>
  * 	<title>Moving an Entry Between Folders</title>
diff --git a/gdata/services/documents/gdata-documents-folder.c b/gdata/services/documents/gdata-documents-folder.c
index 6b0f5ac..94ab1e2 100644
--- a/gdata/services/documents/gdata-documents-folder.c
+++ b/gdata/services/documents/gdata-documents-folder.c
@@ -27,7 +27,7 @@
  * #GDataDocumentsFolder is a subclass of #GDataDocumentsEntry to represent a folder from Google Documents.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * <example>
  * 	<title>Adding a Folder</title>
diff --git a/gdata/services/documents/gdata-documents-presentation.c b/gdata/services/documents/gdata-documents-presentation.c
index 75799ce..4730081 100644
--- a/gdata/services/documents/gdata-documents-presentation.c
+++ b/gdata/services/documents/gdata-documents-presentation.c
@@ -27,7 +27,7 @@
  * #GDataDocumentsPresentation is a subclass of #GDataDocumentsDocument to represent a Google Documents presentation.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * Since: 0.4.0
  **/
diff --git a/gdata/services/documents/gdata-documents-presentation.h b/gdata/services/documents/gdata-documents-presentation.h
index f42ae08..cfd7eac 100644
--- a/gdata/services/documents/gdata-documents-presentation.h
+++ b/gdata/services/documents/gdata-documents-presentation.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
  * The export format for Portable Document Format (PDF).
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_presentations";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
  * The export format for Portable Network Graphics (PNG) image format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_presentations";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
  * The export format for Microsoft PowerPoint (PPT) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_presentations";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
  * The export format for Adobe Flash (SWF) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_presentations";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -89,7 +89,7 @@ G_BEGIN_DECLS
  * The export format for plain text format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_presentations";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
diff --git a/gdata/services/documents/gdata-documents-query.c b/gdata/services/documents/gdata-documents-query.c
index 116961e..3fdd682 100644
--- a/gdata/services/documents/gdata-documents-query.c
+++ b/gdata/services/documents/gdata-documents-query.c
@@ -28,7 +28,7 @@
  * those catered for by #GDataQuery.
  *
  * For more information on the custom GData query parameters supported by #GDataDocumentsQuery, see the <ulink type="http"
- * url="http://code.google.com/apis/documents/docs/2.0/reference.html#Parameters";>online documentation</ulink>.
+ * url="https://developers.google.com/google-apps/documents-list/#searching_for_documents_and_files";>online documentation</ulink>.
  *
  * <example>
  * 	<title>Querying for Documents</title>
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index 21dbe15..e98adb3 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -136,7 +136,7 @@
  * </example>
  *
  * The Documents service can be manipulated using batch operations, too. See the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#ACLBatch";>online documentation on batch
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#batching_acl_requests";>online documentation on batch
  * operations</ulink> for more information.
  *
  * <example>
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.c b/gdata/services/documents/gdata-documents-spreadsheet.c
index 84141e5..3af0f2d 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.c
+++ b/gdata/services/documents/gdata-documents-spreadsheet.c
@@ -27,7 +27,7 @@
  * #GDataDocumentsSpreadsheet is a subclass of #GDataDocumentsDocument to represent a spreadsheet from Google Documents.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * <example>
  * 	<title>Downloading a Specific Sheet of a Spreadsheet</title>
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.h b/gdata/services/documents/gdata-documents-spreadsheet.h
index a461f5b..20d07dd 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.h
+++ b/gdata/services/documents/gdata-documents-spreadsheet.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
  * The export format for Comma-Separated Values (CSV) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
  * The export format for OpenDocument Spreadsheet (ODS) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
  * The export format for Portable Document Format (PDF).
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
  * The export format for Tab-Separated Values (TSV) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -85,7 +85,7 @@ G_BEGIN_DECLS
  * The export format for Microsoft Excel spreadsheet (XLS) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -98,7 +98,7 @@ G_BEGIN_DECLS
  * The export format for HyperText Markup Language (HTML) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingSpreadsheets";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_formats_for_spreadsheets";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
diff --git a/gdata/services/documents/gdata-documents-text.c b/gdata/services/documents/gdata-documents-text.c
index e58fd90..532cc8c 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -27,7 +27,7 @@
  * #GDataDocumentsText is a subclass of #GDataDocumentsDocument to represent a text document from Google Documents.
  *
  * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online documentation</ulink>.
  *
  * Since: 0.4.0
  **/
diff --git a/gdata/services/documents/gdata-documents-text.h b/gdata/services/documents/gdata-documents-text.h
index 255f510..9fb9cba 100644
--- a/gdata/services/documents/gdata-documents-text.h
+++ b/gdata/services/documents/gdata-documents-text.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
  * The export format for Microsoft Word (DOC) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
  * The export format for HyperText Markup Language (HTML) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
  * The export format for OpenDocument Text (ODT) format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
  * The export format for Portable Document Format (PDF).
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -85,7 +85,7 @@ G_BEGIN_DECLS
  * The export format for Portable Network Graphics (PNG) image format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -98,7 +98,7 @@ G_BEGIN_DECLS
  * The export format for Rich Text Format (RTF).
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -111,7 +111,7 @@ G_BEGIN_DECLS
  * The export format for plain text format.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0
@@ -124,7 +124,7 @@ G_BEGIN_DECLS
  * The export format for a ZIP archive containing images and exported HTML.
  *
  * For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#DownloadingDocsAndPresentations";>
+ * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/#valid_download_formats_for_text_documents";>
  * GData protocol specification</ulink>.
  *
  * Since: 0.7.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]