Skip to content

Commit

Permalink
updated links (#4287)
Browse files Browse the repository at this point in the history
* updated links

* updated link

* added new line
  • Loading branch information
romlogic authored and sduskis committed Jan 7, 2019
1 parent f28bbcc commit d2302cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public Builder setName(String name) {
* @throws IllegalArgumentException if {@code type == LegacySQLTypeName.RECORD &&
* subFields.length == 0} or if {@code type != LegacySQLTypeName.RECORD && subFields.length
* != 0}
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
* Types</a>
*/
public Builder setType(LegacySQLTypeName type, Field... subFields) {
Expand All @@ -121,7 +121,7 @@ public Builder setType(LegacySQLTypeName type, Field... subFields) {
* @throws IllegalArgumentException if {@code type == LegacySQLTypeName.RECORD && (subFields ==
* null || subFields.isEmpty())} or if {@code type != LegacySQLTypeName.RECORD && subFields
* != null}
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
* Types</a>
*/
public Builder setType(LegacySQLTypeName type, FieldList subFields) {
Expand Down Expand Up @@ -175,7 +175,7 @@ public String getName() {
/**
* Returns the field type.
*
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
* Types</a>
*/
public LegacySQLTypeName getType() {
Expand Down

0 comments on commit d2302cd

Please sign in to comment.