Skip to content

Commit

Permalink
fix(docs): internal links (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Dec 6, 2018
1 parent cdd22e8 commit 8e6b6c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ export interface QueryResultsOptions {
* - {@link BigQuery#job}
* - {@link BigQuery#query}
* - {@link BigQuery#createJob}
* - {@link BigQuery/table#copy}
* - {@link BigQuery/table#createWriteStream}
* - {@link BigQuery/table#extract}
* - {@link BigQuery/table#load}
* - {@link Table#copy}
* - {@link Table#createWriteStream}
* - {@link Table#extract}
* - {@link Table#load}
*
* They can be used to check the status of a running job or fetching the results
* of a previously-executed one.
Expand Down
4 changes: 2 additions & 2 deletions src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export interface TableOptions {

/**
* Table objects are returned by methods such as
* {@link BigQuery/dataset#table}, {@link BigQuery/dataset#createTable}, and
* {@link BigQuery/dataset#getTables}.
* {@link Dataset#table}, {@link Dataset#createTable}, and
* {@link Dataset#getTables}.
*
* @class
* @param {Dataset} dataset {@link Dataset} instance.
Expand Down

0 comments on commit 8e6b6c1

Please sign in to comment.