Skip to content

Commit

Permalink
Fixed redirect from /tutorials to /api/python/tutorials (#548)
Browse files Browse the repository at this point in the history
* Added redireect from /tutorials to /tutorials /api/python/tutorials

* Fixed bq and tutorials redirect

* Fixed /bigquery/unique_identifiers#dcid redirect
  • Loading branch information
dwnoble authored Nov 26, 2024
1 parent 0b20268 commit e41c322
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions api/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ title: Python
nav_order: 30
parent: API - Query data programmatically
has_children: true
redirect_from:
/tutorials/
/tutorials/index
---

# Data Commons Python API
Expand Down
3 changes: 3 additions & 0 deletions api/python/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: Tutorials
nav_order: 31
parent: Python
grand_parent: API - Query data programmatically
redirect_from:
- /tutorials
- /tutorials/index
---

# Tutorials
Expand Down
3 changes: 1 addition & 2 deletions api/rest/v2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ nav_order: 1
parent: API - Query data programmatically
has_children: true
published: true
redirect_from:
- / api/rest/v2/getting_started
redirect_from: /api/rest/v2/getting_started
---

{:.no_toc}
Expand Down
3 changes: 1 addition & 2 deletions bigquery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: default
title: Query with SQL/BigQuery
nav_order: 70
has_children: true
redirect_from:
/bigquery/dc_to_bq_queries
redirect_from: /bigquery/dc_to_bq_queries
---

# Query Data Commons using SQL with BigQuery
Expand Down
3 changes: 1 addition & 2 deletions courseware/data_literacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: Data literacy with Data Commons
nav_order: 221
parent: Educational materials
grand_parent: Additional resources
redirect_from:
/courseware/data_literacy/overview
redirect_from: /courseware/data_literacy/overview
---

# Data literacy with Data Commons
Expand Down
4 changes: 2 additions & 2 deletions data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Key concepts and common tasks
nav_order: 3
parent: How to use Data Commons
redirect_from:
/bigquery/data_in_bq
/bigquery/unique_identifiers#dcid
- /bigquery/data_in_bq
- /bigquery/unique_identifiers
---

{: .no_toc}
Expand Down

0 comments on commit e41c322

Please sign in to comment.