Skip to content

Commit d854b57

Browse files
authored
docs: Change links (#1073)
* Change links This change allows the documentation to display the right text and link next to `Maps to` on the documentation pages. * Amend commit message
1 parent 6ce2e5b commit d854b57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ class Datastore extends DatastoreRequest {
780780
}
781781

782782
/**
783-
* Maps to {@link Datastore#save}, forcing the method to be `insert`.
783+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `insert`.
784784
*
785785
* @param {object|object[]} entities Datastore key object(s).
786786
* @param {Key} entities.key Datastore key object.
@@ -1189,7 +1189,7 @@ class Datastore extends DatastoreRequest {
11891189
}
11901190

11911191
/**
1192-
* Maps to {@link Datastore#save}, forcing the method to be `update`.
1192+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `update`.
11931193
*
11941194
* @param {object|object[]} entities Datastore key object(s).
11951195
* @param {Key} entities.key Datastore key object.
@@ -1219,7 +1219,7 @@ class Datastore extends DatastoreRequest {
12191219
}
12201220

12211221
/**
1222-
* Maps to {@link Datastore#save}, forcing the method to be `upsert`.
1222+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `upsert`.
12231223
*
12241224
* @param {object|object[]} entities Datastore key object(s).
12251225
* @param {Key} entities.key Datastore key object.

src/transaction.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class Transaction extends DatastoreRequest {
399399
}
400400

401401
/**
402-
* Maps to {@link Datastore#save}, forcing the method to be `insert`.
402+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `insert`.
403403
*
404404
* @param {object|object[]} entities Datastore key object(s).
405405
* @param {Key} entities.key Datastore key object.
@@ -729,7 +729,7 @@ class Transaction extends DatastoreRequest {
729729
}
730730

731731
/**
732-
* Maps to {@link Datastore#save}, forcing the method to be `update`.
732+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `update`.
733733
*
734734
* @param {object|object[]} entities Datastore key object(s).
735735
* @param {Key} entities.key Datastore key object.
@@ -751,7 +751,7 @@ class Transaction extends DatastoreRequest {
751751
}
752752

753753
/**
754-
* Maps to {@link Datastore#save}, forcing the method to be `upsert`.
754+
* Maps to {@link https://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `upsert`.
755755
*
756756
* @param {object|object[]} entities Datastore key object(s).
757757
* @param {Key} entities.key Datastore key object.

0 commit comments

Comments
 (0)