[libgdata] docs: Fix some outdated documentation links in the Drive API docs



commit 47512d19d2b6c637ae19e2d7529908616ddf64f6
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Aug 8 09:23:17 2017 +0100

    docs: Fix some outdated documentation links in the Drive API docs
    
    It’s all still a complete mess though.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .../services/documents/gdata-documents-document.c  |    6 +++---
 gdata/services/documents/gdata-documents-drawing.c |    4 ++--
 gdata/services/documents/gdata-documents-entry.c   |    6 +++---
 gdata/services/documents/gdata-documents-folder.c  |    4 ++--
 gdata/services/documents/gdata-documents-pdf.c     |    4 ++--
 .../documents/gdata-documents-presentation.c       |    4 ++--
 gdata/services/documents/gdata-documents-service.c |    9 ++++++---
 .../documents/gdata-documents-spreadsheet.c        |    4 ++--
 gdata/services/documents/gdata-documents-text.c    |    4 ++--
 9 files changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-document.c 
b/gdata/services/documents/gdata-documents-document.c
index b217579..4a42f41 100644
--- a/gdata/services/documents/gdata-documents-document.c
+++ b/gdata/services/documents/gdata-documents-document.c
@@ -24,7 +24,7 @@
  * @stability: Stable
  * @include: gdata/services/documents/gdata-documents-document.h
  *
- * #GDataDocumentsDocument is a subclass of #GDataDocumentsEntry to represent an arbitrary Google Documents 
document (i.e. an arbitrary file which
+ * #GDataDocumentsDocument is a subclass of #GDataDocumentsEntry to represent an arbitrary Google Drive 
document (i.e. an arbitrary file which
  * isn't a Google Documents presentation, text document, PDF, drawing or spreadsheet). It is subclassed by 
#GDataDocumentsPresentation, #GDataDocumentsText,
  * #GDataDocumentsPdf,  #GDataDocumentsDrawing and #GDataDocumentsSpreadsheet, which represent those 
specific types of Google Document, respectively.
  *
@@ -35,8 +35,8 @@
  * It should be noted that #GDataDocumentsDocument should only be used to represent arbitrary files; its 
subclasses should be used any time a standard
  * Google Document (spreadsheet, text document, presentation, etc.) is to be represented.
  *
- * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive’s GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * <example>
  *     <title>Downloading a Document</title>
diff --git a/gdata/services/documents/gdata-documents-drawing.c 
b/gdata/services/documents/gdata-documents-drawing.c
index 8b224fe..4e0423d 100644
--- a/gdata/services/documents/gdata-documents-drawing.c
+++ b/gdata/services/documents/gdata-documents-drawing.c
@@ -28,8 +28,8 @@
  *
  * #GDataDocumentsDrawing is a subclass of #GDataDocumentsDocument to represent a drawing document from 
Google Documents.
  *
- * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * Since: 0.13.1
  */
diff --git a/gdata/services/documents/gdata-documents-entry.c 
b/gdata/services/documents/gdata-documents-entry.c
index eebf7c5..e3f89c1 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -24,7 +24,7 @@
  * @stability: Stable
  * @include: gdata/services/documents/gdata-documents-entry.h
  *
- * #GDataDocumentsEntry is a subclass of #GDataEntry to represent a Google Documents entry, which is then 
further subclassed
+ * #GDataDocumentsEntry is a subclass of #GDataEntry to represent a Google Drive entry, which is then 
further subclassed
  * to give specific document types.
  *
  * #GDataDocumentsEntry implements #GDataAccessHandler, meaning the access rules to it can be modified using 
that interface. As well as the
@@ -36,8 +36,8 @@
  * and document ID should almost always be considered as internal, and thus entry IDs (#GDataEntry:id) 
should normally be used to uniquely identify
  * documents. For more information, see #GDataDocumentsEntry:resource-id.
  *
- * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>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 ed47503..b6ddd37 100644
--- a/gdata/services/documents/gdata-documents-folder.c
+++ b/gdata/services/documents/gdata-documents-folder.c
@@ -27,8 +27,8 @@
  *
  * #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="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * <example>
  *     <title>Adding a Folder</title>
diff --git a/gdata/services/documents/gdata-documents-pdf.c b/gdata/services/documents/gdata-documents-pdf.c
index 8a7d673..d4d2528 100644
--- a/gdata/services/documents/gdata-documents-pdf.c
+++ b/gdata/services/documents/gdata-documents-pdf.c
@@ -28,8 +28,8 @@
  *
  * #GDataDocumentsPdf is a subclass of #GDataDocumentsDocument to represent a PDF document from Google 
Documents.
  *
- * For more details of Google Documents' GData API, see the
- * <ulink type="http" url="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * Since: 0.13.3
  */
diff --git a/gdata/services/documents/gdata-documents-presentation.c 
b/gdata/services/documents/gdata-documents-presentation.c
index 1121d2d..9031a61 100644
--- a/gdata/services/documents/gdata-documents-presentation.c
+++ b/gdata/services/documents/gdata-documents-presentation.c
@@ -27,8 +27,8 @@
  *
  * #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="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * Since: 0.4.0
  */
diff --git a/gdata/services/documents/gdata-documents-service.c 
b/gdata/services/documents/gdata-documents-service.c
index 07c4062..f9a220c 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -25,10 +25,13 @@
  * @stability: Stable
  * @include: gdata/services/documents/gdata-documents-service.h
  *
- * #GDataDocumentsService is a subclass of #GDataService for communicating with the GData API of Google 
Documents. It supports querying
+ * #GDataDocumentsService is a subclass of #GDataService for communicating with the GData API of Google 
Drive. It supports querying
  * for, inserting, editing and deleting documents, as well as a folder hierarchy.
+ * The API is named ‘documents’ rather than ‘drive’ as it used to use the Google
+ * Documents API, which has since been deprecated.
  *
- * For more details of Google Documents' GData API, see the <ulink type="http" 
url="https://developers.google.com/google-apps/documents-list/";>
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>
  * online documentation</ulink>.
  *
  * Fore more details about the spreadsheet downloads handling, see the
@@ -136,7 +139,7 @@
  *     </programlisting>
  * </example>
  *
- * The Documents service can be manipulated using batch operations, too. See the
+ * The Drive service can be manipulated using batch operations, too. See the
  * <ulink type="http" 
url="https://developers.google.com/google-apps/documents-list/#batching_acl_requests";>online documentation on 
batch
  * operations</ulink> for more information.
  *
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.c 
b/gdata/services/documents/gdata-documents-spreadsheet.c
index 07fd0ee..767689a 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.c
+++ b/gdata/services/documents/gdata-documents-spreadsheet.c
@@ -27,8 +27,8 @@
  *
  * #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="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * <example>
  *     <title>Downloading a Specific Sheet of a Spreadsheet</title>
diff --git a/gdata/services/documents/gdata-documents-text.c b/gdata/services/documents/gdata-documents-text.c
index 127fb60..3041506 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -27,8 +27,8 @@
  *
  * #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="https://developers.google.com/google-apps/documents-list/";>online 
documentation</ulink>.
+ * For more details of Google Drive's GData API, see the
+ * <ulink type="http" url="https://developers.google.com/drive/v2/web/about-sdk";>online 
documentation</ulink>.
  *
  * Since: 0.4.0
  */


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