github.com/pachyderm/pachyderm@v1.13.4/doc/netlify.toml (about)

     1  [build]
     2    base = "doc/"
     3    command = "./build.sh"
     4    publish = "site/"
     5    ignore = "git diff --quiet HEAD^ HEAD -- ."
     6  
     7  [[redirects]]
     8    from = "/"
     9    to = "/latest/"
    10    status = 301
    11    force = true
    12  
    13  [[redirects]]
    14    from = "/en/latest/index.html"
    15    to = "/latest/"
    16    status = 301
    17    force = true
    18  
    19  [[redirects]]
    20    from = "/*/archive/*"
    21    to = "/latest/archive/"
    22    status = 301
    23    force = true
    24  
    25  [[redirects]]
    26    from = "/en/latest/"
    27    to = "/latest/"
    28    status = 301
    29    force = true
    30  
    31  [[redirects]]
    32    from = "/deploy-manage/deploy/deploy-pachyderm-jupyterhub/"
    33    to = "/deploy-manage/deploy/deploy-pachyderm-ide/"
    34    status = 301
    35    force = true
    36  
    37  [[redirects]]
    38    from = "/how-tos/use-jupyterhub/"
    39    to = "/how-tos/use-pachyderm-ide/"
    40    status = 301
    41    force = true
    42  
    43  [[redirects]]
    44    from = "/how-tos/use-jupyterhub/using-jupyterhub/"
    45    to = "/how-tos/use-pachyderm-ide/using-pachyderm-ide/"
    46    status = 301
    47    force = true
    48  
    49  [[redirects]]
    50    from = "/latest/enterprise/saml/"
    51    to = "/latest/enterprise/auth/saml/saml/"
    52    status = 301
    53    force = true
    54  
    55  [[redirects]]
    56    from = "/en/v1.9.3/enterprise/auth/index.html"
    57    to = "/latest/enterprise/auth/"
    58    status = 301
    59    force = true
    60  
    61  [[redirects]]
    62     from = "/deploy-manage/manage/batching_pachyderm_with_transactions/"
    63     to = "/latest/how-tos/use-transactions-to-run-multiple-commands/"
    64     status = 301
    65     force = true
    66  
    67  [[redirects]]
    68      from = "/batching_pachyderm_with_transactions/"
    69      to = "/use-transactions-to-run-multiple-commands/"
    70      status = 301
    71      force = true
    72  
    73  [[redirects]]
    74    from = "/en/latest/getting_started/"
    75    to = "/latest/getting_started/"
    76    status = 301
    77    force = true
    78  
    79  [[redirects]]
    80    from = "/archive/"
    81    to = "/latest/archive/"
    82    status = 301
    83    force = true
    84  
    85  [[redirects]]
    86    from = "/en/latest/how-tos/"
    87    to = "/latest/how-tos/"
    88    status = 301
    89    force = true
    90  
    91  [[redirects]]
    92    from = "/en/latest/concepts/pipeline-concepts/pipeline/join.html"
    93    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/join/"
    94    status = 301
    95    force = true
    96  
    97  [[redirects]]
    98     from = "/latest/concepts/pipeline-concepts/pipeline/join/"
    99     to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/join/"
   100     status = 301
   101     force = true
   102  
   103  [[redirects]]
   104     from = "https://docs.pachyderm.com/getting-started/local_installation"
   105     to = "/latest/getting-started/local_installation/"
   106     status = 301
   107     force = true
   108  
   109  [[redirects]]
   110     from = "/master/concepts/pipeline-concepts/pipeline/join/"
   111     to = "/master/concepts/pipeline-concepts/datum/join/"
   112     status = 301
   113     force = true
   114  
   115  [[redirects]]
   116     from = "/1.9.x/concepts/pipeline-concepts/pipeline/join/"
   117     to = "/1.9.x/concepts/pipeline-concepts/datum/join/"
   118     status = 301
   119     force = true
   120  
   121  [[redirects]]
   122    from = "/en/latest/enterprise/"
   123    to = "https://docs.pachyderm.com/latest/enterprise/"
   124    status = 301
   125    force = true
   126  
   127  [[redirects]]
   128    from = "/en/latest/concepts/"
   129    to = "/latest/concepts/"
   130    status = 301
   131    force = true
   132  
   133  [[redirects]]
   134    from = "/en/latest/deployment/"
   135    to = "/latest/deploy-manage/deploy/"
   136    status = 301
   137    force = true
   138  
   139  [[redirects]]
   140    from = "/en/latest/managing_pachyderm/"
   141    to = "/latest/deploy-manage/manage/"
   142    status = 301
   143    force = true
   144  
   145  [[redirects]]
   146    from = "https://docs.pachyderm.io/*"
   147    to = "https://docs.pachyderm.com/:splat"
   148    status = 301
   149    force = true
   150  
   151  [[redirects]]
   152    from = "/en/latest/contributing/setup.html"
   153    to = "https://docs.pachyderm.com/latest/contributing/setup/"
   154    status = 301
   155    force = true
   156  
   157  [[redirects]]
   158    from = "/en/latest/contributing/gcloud-setup.html"
   159    to = "https://docs.pachyderm.com/latest/contributing/gcloud-setup/"
   160    status = 301
   161    force = true
   162  
   163  [[redirects]]
   164    from = "/en/latest/contributing/repo-layout.html"
   165    to = "https://docs.pachyderm.com/latest/contributing/repo-layout/"
   166    status = 301
   167    force = true
   168  
   169  [[redirects]]
   170    from = "/en/latest/contributing/coding-conventions.html"
   171    to = "https://docs.pachyderm.com/latest/contributing/coding-conventions/"
   172    status = 301
   173    force = true
   174  
   175  [[redirects]]
   176    from = "/en/latest/managing_pachyderm/gpus.html"
   177    to = "/latest/deploy-manage/manage/gpus/"
   178    status = 301
   179    force = true
   180  
   181  [[redirects]]
   182    from = "/en/latest/deployment/tracing.html"
   183    to = "/latest/deploy-manage/deploy/tracing/"
   184    status = 301
   185    force = true
   186  
   187  [[redirects]]
   188     from = "/en/latest/contributing/docs-style-guide.html"
   189     to = "/latest/contributing/docs-style-guide/"
   190     status = 301
   191     force = true
   192  
   193  [[redirects]]
   194     from = "/en/latest/doc-style-guide/index.html"
   195     to = "/latest/contributing/docs-style-guide/"
   196     status = 301
   197     force = true
   198  
   199  [[redirects]]
   200    from = "/en/latest/getting_started/local_installation.html"
   201    to = "https://docs.pachyderm.com/latest/getting_started/local_installation/"
   202    status = 301
   203    force = true
   204  
   205  [[redirects]]
   206    from = "/en/latest/getting_started/beginner_tutorial.html"
   207    to = "https://docs.pachyderm.com/latest/getting_started/beginner_tutorial/"
   208    status = 301
   209    force = true
   210  
   211  [[redirects]]
   212    from = "/en/latest/concepts/data-concepts/"
   213    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/"
   214    status = 301
   215    force = true
   216  
   217  [[redirects]]
   218    from = "/en/latest/concepts/data-concepts/repo.html"
   219    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/repo/"
   220    status = 301
   221    force = true
   222  
   223  [[redirects]]
   224    from = "/en/latest/concepts/data-concepts/commit.html"
   225    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/commit/"
   226    status = 301
   227    force = true
   228  
   229  [[redirects]]
   230    from = "/en/latest/concepts/data-concepts/branch.html"
   231    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/branch/"
   232    status = 301
   233    force = true
   234  
   235  [[redirects]]
   236    from = "/en/latest/concepts/data-concepts/file.html"
   237    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/file/"
   238    status = 301
   239    force = true
   240  
   241  [[redirects]]
   242    from = "/en/latest/concepts/data-concepts/provenance.html"
   243    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/provenance/"
   244    status = 301
   245    force = true
   246  
   247  [[redirects]]
   248    from = "/en/latest/concepts/data-concepts/history.html"
   249    to = "https://docs.pachyderm.com/latest/concepts/data-concepts/history/"
   250    status = 301
   251    force = true
   252  
   253  [[redirects]]
   254    from = "/en/latest/concepts/pipeline-concepts/"
   255    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/"
   256    status = 301
   257    force = true
   258  
   259  [[redirects]]
   260    from = "/en/latest/concepts/pipeline-concepts/pipeline/"
   261    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/pipeline/"
   262    status = 301
   263    force = true
   264  
   265  [[redirects]]
   266    from = "/concepts/pipeline-concepts/index.html"
   267    to = "/latest/concepts/pipeline-concepts/pipeline/"
   268    status = 301
   269    force = true
   270  
   271  [[redirects]]
   272    from = "/en/latest/concepts/pipeline-concepts/pipeline/cron.html"
   273    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/pipeline/cron/"
   274    status = 301
   275    force = true
   276  
   277  [[redirects]]
   278    from = "/en/latest/concepts/pipeline-concepts/pipeline/service.html"
   279    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/pipeline/service/"
   280    status = 301
   281    force = true
   282  
   283  [[redirects]]
   284    from = "/en/latest/concepts/pipeline-concepts/pipeline/spout.html"
   285    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/pipeline/spout/"
   286    status = 301
   287    force = true
   288  
   289  [[redirects]]
   290    from = "/en/latest/concepts/pipeline-concepts/job.html"
   291    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/job/"
   292    status = 301
   293    force = true
   294  
   295  [[redirects]]
   296    from = "/en/latest/concepts/pipeline-concepts/datum/"
   297    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/"
   298    status = 301
   299    force = true
   300  
   301  [[redirects]]
   302    from = "/en/latest/concepts/pipeline-concepts/datum/glob-pattern.html"
   303    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/glob-pattern/"
   304    status = 301
   305    force = true
   306  
   307  [[redirects]]
   308    from = "/en/latest/concepts/pipeline-concepts/datum/relationship-between-datums.html"
   309    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/relationship-between-datums/"
   310    status = 301
   311    force = true
   312  
   313  [[redirects]]
   314    from = "/en/latest/concepts/pipeline-concepts/datum/cross-union.html"
   315    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/datum/cross-union/"
   316    status = 301
   317    force = true
   318  
   319  [[redirects]]
   320    from = "/en/latest/how-tos/distributed_computing.html"
   321    to = "https://docs.pachyderm.com/latest/concepts/pipeline-concepts/distributed_computing/"
   322    status = 301
   323    force = true
   324  
   325  [[redirects]]
   326    from = "/en/latest/how-tos/individual-developer-workflow.html"
   327    to = "https://docs.pachyderm.com/latest/how-tos/individual-developer-workflow/"
   328    status = 301
   329    force = true
   330  
   331  [[redirects]]
   332    from = "/en/latest/how-tos/team-developer-workflow.html"
   333    to = "https://docs.pachyderm.com/latest/how-tos/team-developer-workflow/"
   334    status = 301
   335    force = true
   336  
   337  [[redirects]]
   338    from = "/en/latest/how-tos/load-data-into-pachyderm.html"
   339    to = "https://docs.pachyderm.com/latest/how-tos/load-data-into-pachyderm/"
   340    status = 301
   341    force = true
   342  
   343  [[redirects]]
   344    from = "/en/latest/how-tos/export-data-out-pachyderm.html"
   345    to = "https://docs.pachyderm.com/latest/how-tos/export-data-out-pachyderm/"
   346    status = 301
   347    force = true
   348  
   349  [[redirects]]
   350    from = "/en/latest/how-tos/splitting-data/"
   351    to = "https://docs.pachyderm.com/latest/how-tos/splitting-data/"
   352    status = 301
   353    force = true
   354  
   355  [[redirects]]
   356    from = "/en/latest/how-tos/splitting-data/splitting.html"
   357    to = "https://docs.pachyderm.com/latest/how-tos/splitting-data/splitting/"
   358    status = 301
   359    force = true
   360  
   361  [[redirects]]
   362    from = "/en/latest/how-tos/splitting-data/adjusting_data_processing_w_split.html"
   363    to = "https://docs.pachyderm.com/latest/how-tos/splitting-data/adjusting_data_processing_w_split/"
   364    status = 301
   365    force = true
   366  
   367  [[redirects]]
   368    from = "/en/latest/how-tos/combining.html"
   369    to = "https://docs.pachyderm.com/latest/how-tos/combining/"
   370    status = 301
   371    force = true
   372  
   373  [[redirects]]
   374    from = "/en/latest/how-tos/create-ml-workflow.html"
   375    to = "https://docs.pachyderm.com/latest/how-tos/create-ml-workflow/"
   376    status = 301
   377    force = true
   378  
   379  [[redirects]]
   380    from = "/en/latest/how-tos/run_pipeline.html"
   381    to = "https://docs.pachyderm.com/latest/how-tos/run_pipeline/"
   382    status = 301
   383    force = true
   384  
   385  [[redirects]]
   386    from = "/en/latest/how-tos/updating_pipelines.html"
   387    to = "https://docs.pachyderm.com/latest/how-tos/updating_pipelines/"
   388    status = 301
   389    force = true
   390  
   391  [[redirects]]
   392    from = "/en/latest/how-tos/time_windows.html"
   393    to = "https://docs.pachyderm.com/latest/how-tos/time_windows/"
   394    status = 301
   395    force = true
   396  
   397  [[redirects]]
   398    from = "/en/latest/how-tos/removing_data_from_pachyderm.html"
   399    to = "https://docs.pachyderm.com/latest/how-tos/removing_data_from_pachyderm/"
   400    status = 301
   401    force = true
   402  
   403  [[redirects]]
   404    from = "/en/latest/how-tos/distributed_computing.html"
   405    to = "https://docs.pachyderm.com/latest/concepts/advanced-concepts/distributed_computing/"
   406    status = 301
   407    force = true
   408  
   409  [[redirects]]
   410    from = "/latest/how-tos/distributed_computing/"
   411    to = "/latest/concepts/advanced-concepts/distributed_computing/"
   412    status = 301
   413    force = true
   414  
   415  [[redirects]]
   416    from = "/en/latest/how-tos/deferred_processing.html"
   417    to = "https://docs.pachyderm.com/latest/concepts/advanced-concepts/deferred_processing/"
   418    status = 301
   419    force = true
   420  
   421  [[redirects]]
   422    from = "/en/latest/getting_started/getting_started.html"
   423    to = "/latest/getting-started/"
   424    status = 301
   425    force = true
   426  
   427  [[redirects]]
   428    from = "/latest/how-tos/deferred_processing/"
   429    to = "/latest/concepts/advanced-concepts/deferred_processing/"
   430    status = 301
   431    force = true
   432  
   433  [[redirects]]
   434    from = "/en/latest/cookbook/ingressing_from_diff_cloud.html"
   435    to = "https://docs.pachyderm.com/latest/how-tos/ingressing_from_diff_cloud/"
   436    status = 301
   437    force = true
   438  
   439  [[redirects]]
   440    from = "/en/latest/pachub/pachub_getting_started.html"
   441    to = "https://docs.pachyderm.com/latest/pachub/pachub_getting_started/"
   442    status = 301
   443    force = true
   444  
   445  [[redirects]]
   446    from = "/en/latest/deployment/deploy_intro.html"
   447    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/"
   448    status = 301
   449    force = true
   450  
   451  [[redirects]]
   452    from = "/en/latest/deployment/google_cloud_platform.html"
   453    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/google_cloud_platform/"
   454    status = 301
   455    force = true
   456  
   457  [[redirects]]
   458    from = "/en/latest/deployment/amazon_web_services/"
   459    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/amazon_web_services/"
   460    status = 301
   461    force = true
   462  
   463  [[redirects]]
   464    from = "/en/latest/deployment/amazon_web_services/deploy-eks.html"
   465    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/amazon_web_services/deploy-eks/"
   466    status = 301
   467    force = true
   468  
   469  [[redirects]]
   470    from = "/en/latest/deployment/amazon_web_services/aws-deploy-kubernetes-kops.html"
   471    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/amazon_web_services/aws-deploy-kubernetes-kops/"
   472    status = 301
   473    force = true
   474  
   475  [[redirects]]
   476    from = "/en/latest/deployment/amazon_web_services/aws-deploy-pachyderm.html"
   477    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/amazon_web_services/aws-deploy-pachyderm/"
   478    status = 301
   479    force = true
   480  
   481  [[redirects]]
   482    from = "/en/latest/deployment/amazon_web_services/aws_cloudfront.html"
   483    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/amazon_web_services/aws_cloudfront/"
   484    status = 301
   485    force = true
   486  
   487  [[redirects]]
   488    from = "/en/latest/deployment/azure.html"
   489    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/azure/"
   490    status = 301
   491    force = true
   492  
   493  [[redirects]]
   494    from = "/en/latest/deployment/openshift.html"
   495    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/openshift/"
   496    status = 301
   497    force = true
   498  
   499  [[redirects]]
   500    from = "/en/latest/deployment/on_premises.html"
   501    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/on_premises/"
   502    status = 301
   503    force = true
   504  
   505  [[redirects]]
   506    from = "/en/latest/deployment/deploy_custom/"
   507    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/"
   508    status = 301
   509    force = true
   510  
   511  [[redirects]]
   512    from = "/en/latest/deployment/deploy_custom/deploy_custom_before_you_begin.html"
   513    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_before_you_begin/"
   514    status = 301
   515    force = true
   516  
   517  [[redirects]]
   518    from = "/en/latest/deployment/deploy_custom/deploy_custom_pachyderm_deployment_manifest.html"
   519    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_pachyderm_deployment_manifest/"
   520    status = 301
   521    force = true
   522  
   523  [[redirects]]
   524    from = "/en/latest/deployment/deploy_custom/deploy_custom_configuring_persistent_disk_parameters.html"
   525    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_persistent_disk_parameters/"
   526    status = 301
   527    force = true
   528  
   529  [[redirects]]
   530    from = "/en/latest/deployment/deploy_custom/deploy_custom_configuring_object_store.html"
   531    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_object_store/"
   532    status = 301
   533    force = true
   534  
   535  [[redirects]]
   536    from = "/en/latest/deployment/deploy_custom/deploy_custom_complete_example_invocation.html"
   537    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_complete_example_invocation/"
   538    status = 301
   539    force = true
   540  
   541  [[redirects]]
   542    from = "/en/latest/deployment/deploy_custom/deploy_custom_additional_flags.html"
   543    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/deploy_custom/deploy_custom_additional_flags/"
   544    status = 301
   545    force = true
   546  
   547  [[redirects]]
   548    from = "/en/latest/deployment/namespaces.html"
   549    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/namespaces/"
   550    status = 301
   551    force = true
   552  
   553  [[redirects]]
   554    from = "/en/latest/deployment/non-cloud-object-stores.html"
   555    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/non-cloud-object-stores/"
   556    status = 301
   557    force = true
   558  
   559  [[redirects]]
   560    from = "/en/latest/deployment/rbac.html"
   561    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/rbac/"
   562    status = 301
   563    force = true
   564  
   565  [[redirects]]
   566    from = "/en/latest/deployment/connect-to-cluster.html"
   567    to = "https://docs.pachyderm.com/latest/deploy-manage/deploy/connect-to-cluster/"
   568    status = 301
   569    force = true
   570  
   571  [[redirects]]
   572    from = "/en/latest/managing_pachyderm/cluster-access.html"
   573    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/cluster-access/"
   574    status = 301
   575    force = true
   576  
   577  [[redirects]]
   578    from = "/en/latest/managing_pachyderm/autoscaling.html"
   579    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/autoscaling/"
   580    status = 301
   581    force = true
   582  
   583  [[redirects]]
   584    from = "/en/latest/managing_pachyderm/backup_restore.html"
   585    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/backup_restore/"
   586    status = 301
   587    force = true
   588  
   589  [[redirects]]
   590    from = "/en/latest/managing_pachyderm/data_management.html"
   591    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/data_management/"
   592    status = 301
   593    force = true
   594  
   595  [[redirects]]
   596    from = "/en/latest/managing_pachyderm/sharing_gpu_resources.html"
   597    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/sharing_gpu_resources/"
   598    status = 301
   599    force = true
   600  
   601  [[redirects]]
   602    from = "/en/latest/managing_pachyderm/upgrades_migrations.html"
   603    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/upgrades_migrations/"
   604    status = 301
   605    force = true
   606  
   607  [[redirects]]
   608    from = "/en/latest/deployment/migrations.html"
   609    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/migrations/"
   610    status = 301
   611    force = true
   612  
   613  [[redirects]]
   614    from = "/en/latest/managing_pachyderm/upgrades.html"
   615    to = "https://docs.pachyderm.com/latest/deploy-manage/manage/upgrades/"
   616    status = 301
   617    force = true
   618  
   619  [[redirects]]
   620    from = "/en/latest/reference/pipeline_spec.html"
   621    to = "https://docs.pachyderm.com/latest/reference/pipeline_spec/"
   622    status = 301
   623    force = true
   624  
   625  [[redirects]]
   626    from = "/en/latest/reference/config_spec.html"
   627    to = "https://docs.pachyderm.com/latest/reference/config_spec/"
   628    status = 301
   629    force = true
   630  
   631  [[redirects]]
   632    from = "/en/latest/reference/clients.html"
   633    to = "https://docs.pachyderm.com/latest/reference/clients/"
   634    status = 301
   635    force = true
   636  
   637  [[redirects]]
   638    from = "/en/latest/reference/s3gateway_api.html"
   639    to = "https://docs.pachyderm.com/latest/reference/s3gateway_api/"
   640    status = 301
   641    force = true
   642  
   643  [[redirects]]
   644    from = "/en/latest/pachctl/"
   645    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl/"
   646    status = 301
   647    force = true
   648  
   649  [[redirects]]
   650    from = "/en/latest/pachctl/pachctl_auth.html"
   651    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth/"
   652    status = 301
   653    force = true
   654  
   655  [[redirects]]
   656    from = "/en/latest/pachctl/pachctl_auth_activate.html"
   657    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_activate/"
   658    status = 301
   659    force = true
   660  
   661  [[redirects]]
   662    from = "/en/latest/pachctl/pachctl_auth_check.html"
   663    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_check/"
   664    status = 301
   665    force = true
   666  
   667  [[redirects]]
   668    from = "/en/latest/pachctl/pachctl_auth_deactivate.html"
   669    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_deactivate/"
   670    status = 301
   671    force = true
   672  
   673  [[redirects]]
   674    from = "/en/latest/pachctl/pachctl_auth_get-auth-token.html"
   675    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_get-auth-token/"
   676    status = 301
   677    force = true
   678  
   679  [[redirects]]
   680    from = "/en/latest/pachctl/pachctl_auth_get-config.html"
   681    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_get-config/"
   682    status = 301
   683    force = true
   684  
   685  [[redirects]]
   686    from = "/en/latest/pachctl/pachctl_auth_get.html"
   687    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_get/"
   688    status = 301
   689    force = true
   690  
   691  [[redirects]]
   692    from = "/en/latest/pachctl/pachctl_auth_list-admins.html"
   693    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_list-admins/"
   694    status = 301
   695    force = true
   696  
   697  [[redirects]]
   698    from = "/en/latest/pachctl/pachctl_auth_login.html"
   699    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_login/"
   700    status = 301
   701    force = true
   702  
   703  [[redirects]]
   704    from = "/en/latest/pachctl/pachctl_auth_logout.html"
   705    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_logout/"
   706    status = 301
   707    force = true
   708  
   709  [[redirects]]
   710    from = "/en/latest/pachctl/pachctl_auth_modify-admins.html"
   711    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_modify-admins/"
   712    status = 301
   713    force = true
   714  
   715  [[redirects]]
   716    from = "/en/latest/pachctl/pachctl_auth_set-config.html"
   717    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_set-config/"
   718    status = 301
   719    force = true
   720  
   721  [[redirects]]
   722    from = "/en/latest/pachctl/pachctl_auth_set.html"
   723    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_set/"
   724    status = 301
   725    force = true
   726  
   727  [[redirects]]
   728    from = "/en/latest/pachctl/pachctl_auth_use-auth-token.html"
   729    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_use-auth-token/"
   730    status = 301
   731    force = true
   732  
   733  [[redirects]]
   734    from = "/en/latest/pachctl/pachctl_auth_whoami.html"
   735    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_auth_whoami/"
   736    status = 301
   737    force = true
   738  
   739  [[redirects]]
   740    from = "/en/latest/pachctl/pachctl_completion.html"
   741    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_completion/"
   742    status = 301
   743    force = true
   744  
   745  [[redirects]]
   746    from = "/en/latest/pachctl/pachctl_config.html"
   747    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config/"
   748    status = 301
   749    force = true
   750  
   751  [[redirects]]
   752    from = "/en/latest/pachctl/pachctl_config_delete.html"
   753    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_delete/"
   754    status = 301
   755    force = true
   756  
   757  [[redirects]]
   758    from = "/en/latest/pachctl/pachctl_config_delete_context.html"
   759    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_delete_context/"
   760    status = 301
   761    force = true
   762  
   763  [[redirects]]
   764    from = "/en/latest/pachctl/pachctl_config_get.html"
   765    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_get/"
   766    status = 301
   767    force = true
   768  
   769  [[redirects]]
   770    from = "/en/latest/pachctl/pachctl_config_get_active-context.html"
   771    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_get_active-context/"
   772    status = 301
   773    force = true
   774  
   775  [[redirects]]
   776    from = "/en/latest/pachctl/pachctl_config_get_context.html"
   777    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_get_context/"
   778    status = 301
   779    force = true
   780  
   781  [[redirects]]
   782    from = "/en/latest/pachctl/pachctl_config_get_metrics.html"
   783    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_get_metrics/"
   784    status = 301
   785    force = true
   786  
   787  [[redirects]]
   788    from = "/en/latest/pachctl/pachctl_config_list.html"
   789    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_list/"
   790    status = 301
   791    force = true
   792  
   793  [[redirects]]
   794    from = "/en/latest/pachctl/pachctl_config_list_context.html"
   795    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_list_context/"
   796    status = 301
   797    force = true
   798  
   799  [[redirects]]
   800    from = "/en/latest/pachctl/pachctl_config_set.html"
   801    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_set/"
   802    status = 301
   803    force = true
   804  
   805  [[redirects]]
   806    from = "/en/latest/pachctl/pachctl_config_set_active-context.html"
   807    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_set_active-context/"
   808    status = 301
   809    force = true
   810  
   811  [[redirects]]
   812    from = "/en/latest/pachctl/pachctl_config_set_context.html"
   813    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_set_context/"
   814    status = 301
   815    force = true
   816  
   817  [[redirects]]
   818    from = "/en/latest/pachctl/pachctl_config_set_metrics.html"
   819    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_set_metrics/"
   820    status = 301
   821    force = true
   822  
   823  [[redirects]]
   824    from = "/en/latest/pachctl/pachctl_config_update.html"
   825    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_update/"
   826    status = 301
   827    force = true
   828  
   829  [[redirects]]
   830    from = "/en/latest/pachctl/pachctl_config_update_context.html"
   831    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_config_update_context/"
   832    status = 301
   833    force = true
   834  
   835  [[redirects]]
   836    from = "/en/latest/pachctl/pachctl_copy.html"
   837    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_copy/"
   838    status = 301
   839    force = true
   840  
   841  [[redirects]]
   842    from = "/en/latest/pachctl/pachctl_copy_file.html"
   843    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_copy_file/"
   844    status = 301
   845    force = true
   846  
   847  [[redirects]]
   848    from = "/en/latest/pachctl/pachctl_create.html"
   849    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_create/"
   850    status = 301
   851    force = true
   852  
   853  [[redirects]]
   854    from = "/en/latest/pachctl/pachctl_create_branch.html"
   855    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_create_branch/"
   856    status = 301
   857    force = true
   858  
   859  [[redirects]]
   860    from = "/en/latest/pachctl/pachctl_create_pipeline.html"
   861    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_create_pipeline/"
   862    status = 301
   863    force = true
   864  
   865  [[redirects]]
   866    from = "/en/latest/pachctl/pachctl_create_repo.html"
   867    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_create_repo/"
   868    status = 301
   869    force = true
   870  
   871  [[redirects]]
   872    from = "/en/latest/pachctl/pachctl_debug.html"
   873    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_debug/"
   874    status = 301
   875    force = true
   876  
   877  [[redirects]]
   878    from = "/en/latest/pachctl/pachctl_debug_binary.html"
   879    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_debug_binary/"
   880    status = 301
   881    force = true
   882  
   883  [[redirects]]
   884    from = "/en/latest/pachctl/pachctl_debug_dump.html"
   885    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_debug_dump/"
   886    status = 301
   887    force = true
   888  
   889  [[redirects]]
   890    from = "/en/latest/pachctl/pachctl_debug_pprof.html"
   891    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_debug_pprof/"
   892    status = 301
   893    force = true
   894  
   895  [[redirects]]
   896    from = "/en/latest/pachctl/pachctl_debug_profile.html"
   897    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_debug_profile/"
   898    status = 301
   899    force = true
   900  
   901  [[redirects]]
   902    from = "/en/latest/pachctl/pachctl_delete.html"
   903    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete/"
   904    status = 301
   905    force = true
   906  
   907  [[redirects]]
   908    from = "/en/latest/pachctl/pachctl_delete_all.html"
   909    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_all/"
   910    status = 301
   911    force = true
   912  
   913  [[redirects]]
   914    from = "/en/latest/pachctl/pachctl_delete_branch.html"
   915    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_branch/"
   916    status = 301
   917    force = true
   918  
   919  [[redirects]]
   920    from = "/en/latest/pachctl/pachctl_delete_commit.html"
   921    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_commit/"
   922    status = 301
   923    force = true
   924  
   925  [[redirects]]
   926    from = "/en/latest/pachctl/pachctl_delete_file.html"
   927    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_file/"
   928    status = 301
   929    force = true
   930  
   931  [[redirects]]
   932    from = "/en/latest/pachctl/pachctl_delete_job.html"
   933    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_job/"
   934    status = 301
   935    force = true
   936  
   937  [[redirects]]
   938    from = "/en/latest/pachctl/pachctl_delete_pipeline.html"
   939    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_pipeline/"
   940    status = 301
   941    force = true
   942  
   943  [[redirects]]
   944    from = "/en/latest/pachctl/pachctl_delete_repo.html"
   945    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_repo/"
   946    status = 301
   947    force = true
   948  
   949  [[redirects]]
   950    from = "/en/latest/pachctl/pachctl_delete_transaction.html"
   951    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_delete_transaction/"
   952    status = 301
   953    force = true
   954  
   955  [[redirects]]
   956    from = "/en/latest/pachctl/pachctl_deploy.html"
   957    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy/"
   958    status = 301
   959    force = true
   960  
   961  [[redirects]]
   962    from = "/en/latest/pachctl/pachctl_deploy_amazon.html"
   963    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_amazon/"
   964    status = 301
   965    force = true
   966  
   967  [[redirects]]
   968    from = "/en/latest/pachctl/pachctl_deploy_custom.html"
   969    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_custom/"
   970    status = 301
   971    force = true
   972  
   973  [[redirects]]
   974    from = "/en/latest/pachctl/pachctl_deploy_export-images.html"
   975    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_export-images/"
   976    status = 301
   977    force = true
   978  
   979  [[redirects]]
   980    from = "/en/latest/pachctl/pachctl_deploy_google.html"
   981    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_google/"
   982    status = 301
   983    force = true
   984  
   985  [[redirects]]
   986    from = "/en/latest/pachctl/pachctl_deploy_import-images.html"
   987    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_import-images/"
   988    status = 301
   989    force = true
   990  
   991  [[redirects]]
   992    from = "/en/latest/pachctl/pachctl_deploy_list-images.html"
   993    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_list-images/"
   994    status = 301
   995    force = true
   996  
   997  [[redirects]]
   998    from = "/en/latest/pachctl/pachctl_deploy_local.html"
   999    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_local/"
  1000    status = 301
  1001    force = true
  1002  
  1003  [[redirects]]
  1004    from = "/en/latest/pachctl/pachctl_deploy_microsoft.html"
  1005    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_microsoft/"
  1006    status = 301
  1007    force = true
  1008  
  1009  [[redirects]]
  1010    from = "/en/latest/pachctl/pachctl_deploy_storage.html"
  1011    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_storage/"
  1012    status = 301
  1013    force = true
  1014  
  1015  [[redirects]]
  1016    from = "/en/latest/pachctl/pachctl_deploy_storage_amazon.html"
  1017    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_storage_amazon/"
  1018    status = 301
  1019    force = true
  1020  
  1021  [[redirects]]
  1022    from = "/en/latest/pachctl/pachctl_deploy_storage_google.html"
  1023    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_storage_google/"
  1024    status = 301
  1025    force = true
  1026  
  1027  [[redirects]]
  1028    from = "/en/latest/pachctl/pachctl_deploy_storage_microsoft.html"
  1029    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_deploy_storage_microsoft/"
  1030    status = 301
  1031    force = true
  1032  
  1033  [[redirects]]
  1034    from = "/en/latest/pachctl/pachctl_diff.html"
  1035    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_diff/"
  1036    status = 301
  1037    force = true
  1038  
  1039  [[redirects]]
  1040    from = "/en/latest/pachctl/pachctl_diff_file.html"
  1041    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_diff_file/"
  1042    status = 301
  1043    force = true
  1044  
  1045  [[redirects]]
  1046    from = "/en/latest/pachctl/pachctl_edit.html"
  1047    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_edit/"
  1048    status = 301
  1049    force = true
  1050  
  1051  [[redirects]]
  1052    from = "/en/latest/pachctl/pachctl_edit_pipeline.html"
  1053    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_edit_pipeline/"
  1054    status = 301
  1055    force = true
  1056  
  1057  [[redirects]]
  1058    from = "/en/latest/pachctl/pachctl_enterprise.html"
  1059    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_enterprise/"
  1060    status = 301
  1061    force = true
  1062  
  1063  [[redirects]]
  1064    from = "/en/latest/pachctl/pachctl_enterprise_activate.html"
  1065    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_enterprise_activate/"
  1066    status = 301
  1067    force = true
  1068  
  1069  [[redirects]]
  1070    from = "/en/latest/pachctl/pachctl_enterprise_get-state.html"
  1071    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_enterprise_get-state/"
  1072    status = 301
  1073    force = true
  1074  
  1075  [[redirects]]
  1076    from = "/en/latest/pachctl/pachctl_extract.html"
  1077    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_extract/"
  1078    status = 301
  1079    force = true
  1080  
  1081  [[redirects]]
  1082    from = "/en/latest/pachctl/pachctl_extract_pipeline.html"
  1083    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_extract_pipeline/"
  1084    status = 301
  1085    force = true
  1086  
  1087  [[redirects]]
  1088    from = "/en/latest/pachctl/pachctl_finish.html"
  1089    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_finish/"
  1090    status = 301
  1091    force = true
  1092  
  1093  [[redirects]]
  1094    from = "/en/latest/pachctl/pachctl_finish_commit.html"
  1095    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_finish_commit/"
  1096    status = 301
  1097    force = true
  1098  
  1099  [[redirects]]
  1100    from = "/en/latest/pachctl/pachctl_finish_transaction.html"
  1101    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_finish_transaction/"
  1102    status = 301
  1103    force = true
  1104  
  1105  [[redirects]]
  1106    from = "/en/latest/pachctl/pachctl_flush.html"
  1107    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_flush/"
  1108    status = 301
  1109    force = true
  1110  
  1111  [[redirects]]
  1112    from = "/en/latest/pachctl/pachctl_flush_commit.html"
  1113    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_flush_commit/"
  1114    status = 301
  1115    force = true
  1116  
  1117  [[redirects]]
  1118    from = "/en/latest/pachctl/pachctl_flush_job.html"
  1119    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_flush_job/"
  1120    status = 301
  1121    force = true
  1122  
  1123  [[redirects]]
  1124    from = "/en/latest/pachctl/pachctl_fsck.html"
  1125    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_fsck/"
  1126    status = 301
  1127    force = true
  1128  
  1129  [[redirects]]
  1130    from = "/en/latest/pachctl/pachctl_garbage-collect.html"
  1131    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_garbage-collect/"
  1132    status = 301
  1133    force = true
  1134  
  1135  [[redirects]]
  1136    from = "/en/latest/pachctl/pachctl_get.html"
  1137    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_get/"
  1138    status = 301
  1139    force = true
  1140  
  1141  [[redirects]]
  1142    from = "/en/latest/pachctl/pachctl_get_file.html"
  1143    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_get_file/"
  1144    status = 301
  1145    force = true
  1146  
  1147  [[redirects]]
  1148    from = "/en/latest/pachctl/pachctl_get_object.html"
  1149    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_get_object/"
  1150    status = 301
  1151    force = true
  1152  
  1153  [[redirects]]
  1154    from = "/en/latest/pachctl/pachctl_get_tag.html"
  1155    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_get_tag/"
  1156    status = 301
  1157    force = true
  1158  
  1159  [[redirects]]
  1160    from = "/en/latest/pachctl/pachctl_glob.html"
  1161    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_glob/"
  1162    status = 301
  1163    force = true
  1164  
  1165  [[redirects]]
  1166    from = "/en/latest/pachctl/pachctl_glob_file.html"
  1167    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_glob_file/"
  1168    status = 301
  1169    force = true
  1170  
  1171  [[redirects]]
  1172    from = "/en/latest/pachctl/pachctl_inspect.html"
  1173    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect/"
  1174    status = 301
  1175    force = true
  1176  
  1177  [[redirects]]
  1178    from = "/en/latest/pachctl/pachctl_inspect_cluster.html"
  1179    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_cluster/"
  1180    status = 301
  1181    force = true
  1182  
  1183  [[redirects]]
  1184    from = "/en/latest/pachctl/pachctl_inspect_commit.html"
  1185    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_commit/"
  1186    status = 301
  1187    force = true
  1188  
  1189  [[redirects]]
  1190    from = "/en/latest/pachctl/pachctl_inspect_datum.html"
  1191    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_datum/"
  1192    status = 301
  1193    force = true
  1194  
  1195  [[redirects]]
  1196    from = "/en/latest/pachctl/pachctl_inspect_file.html"
  1197    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_file/"
  1198    status = 301
  1199    force = true
  1200  
  1201  [[redirects]]
  1202    from = "/en/latest/pachctl/pachctl_inspect_job.html"
  1203    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_job/"
  1204    status = 301
  1205    force = true
  1206  
  1207  [[redirects]]
  1208    from = "/en/latest/pachctl/pachctl_inspect_pipeline.html"
  1209    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_pipeline/"
  1210    status = 301
  1211    force = true
  1212  
  1213  [[redirects]]
  1214    from = "/en/latest/pachctl/pachctl_inspect_repo.html"
  1215    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_repo/"
  1216    status = 301
  1217    force = true
  1218  
  1219  [[redirects]]
  1220    from = "/en/latest/pachctl/pachctl_inspect_transaction.html"
  1221    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_inspect_transaction/"
  1222    status = 301
  1223    force = true
  1224  
  1225  [[redirects]]
  1226    from = "/en/latest/pachctl/pachctl_list.html"
  1227    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list/"
  1228    status = 301
  1229    force = true
  1230  
  1231  [[redirects]]
  1232    from = "/en/latest/pachctl/pachctl_list_branch.html"
  1233    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_branch/"
  1234    status = 301
  1235    force = true
  1236  
  1237  [[redirects]]
  1238    from = "/en/latest/pachctl/pachctl_list_commit.html"
  1239    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_commit/"
  1240    status = 301
  1241    force = true
  1242  
  1243  [[redirects]]
  1244    from = "/en/latest/pachctl/pachctl_list_datum.html"
  1245    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_datum/"
  1246    status = 301
  1247    force = true
  1248  
  1249  [[redirects]]
  1250    from = "/en/latest/pachctl/pachctl_list_file.html"
  1251    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_file/"
  1252    status = 301
  1253    force = true
  1254  
  1255  [[redirects]]
  1256    from = "/en/latest/pachctl/pachctl_list_job.html"
  1257    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_job/"
  1258    status = 301
  1259    force = true
  1260  
  1261  [[redirects]]
  1262    from = "/en/latest/pachctl/pachctl_list_pipeline.html"
  1263    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_pipeline/"
  1264    status = 301
  1265    force = true
  1266  
  1267  [[redirects]]
  1268    from = "/en/latest/pachctl/pachctl_list_repo.html"
  1269    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_repo/"
  1270    status = 301
  1271    force = true
  1272  
  1273  [[redirects]]
  1274    from = "/en/latest/pachctl/pachctl_list_transaction.html"
  1275    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_list_transaction/"
  1276    status = 301
  1277    force = true
  1278  
  1279  [[redirects]]
  1280    from = "/en/latest/pachctl/pachctl_logs.html"
  1281    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_logs/"
  1282    status = 301
  1283    force = true
  1284  
  1285  [[redirects]]
  1286    from = "/en/latest/pachctl/pachctl_mount.html"
  1287    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_mount/"
  1288    status = 301
  1289    force = true
  1290  
  1291  [[redirects]]
  1292    from = "/en/latest/pachctl/pachctl_port-forward.html"
  1293    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_port-forward/"
  1294    status = 301
  1295    force = true
  1296  
  1297  [[redirects]]
  1298    from = "/en/latest/pachctl/pachctl_put.html"
  1299    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_put/"
  1300    status = 301
  1301    force = true
  1302  
  1303  [[redirects]]
  1304    from = "/en/latest/pachctl/pachctl_put_file.html"
  1305    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_put_file/"
  1306    status = 301
  1307    force = true
  1308  
  1309  [[redirects]]
  1310    from = "/en/latest/pachctl/pachctl_restart.html"
  1311    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_restart/"
  1312    status = 301
  1313    force = true
  1314  
  1315  [[redirects]]
  1316    from = "/en/latest/pachctl/pachctl_restart_datum.html"
  1317    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_restart_datum/"
  1318    status = 301
  1319    force = true
  1320  
  1321  [[redirects]]
  1322    from = "/en/latest/pachctl/pachctl_restore.html"
  1323    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_restore/"
  1324    status = 301
  1325    force = true
  1326  
  1327  [[redirects]]
  1328    from = "/en/latest/pachctl/pachctl_resume.html"
  1329    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_resume/"
  1330    status = 301
  1331    force = true
  1332  
  1333  [[redirects]]
  1334    from = "/en/latest/pachctl/pachctl_resume_transaction.html"
  1335    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_resume_transaction/"
  1336    status = 301
  1337    force = true
  1338  
  1339  [[redirects]]
  1340    from = "/en/latest/pachctl/pachctl_run.html"
  1341    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_run/"
  1342    status = 301
  1343    force = true
  1344  
  1345  [[redirects]]
  1346    from = "/en/latest/pachctl/pachctl_run_pipeline.html"
  1347    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_run_pipeline/"
  1348    status = 301
  1349    force = true
  1350  
  1351  [[redirects]]
  1352    from = "/en/latest/pachctl/pachctl_start.html"
  1353    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_start/"
  1354    status = 301
  1355    force = true
  1356  
  1357  [[redirects]]
  1358    from = "/en/latest/pachctl/pachctl_start_commit.html"
  1359    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_start_commit/"
  1360    status = 301
  1361    force = true
  1362  
  1363  [[redirects]]
  1364    from = "/en/latest/pachctl/pachctl_start_pipeline.html"
  1365    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_start_pipeline/"
  1366    status = 301
  1367    force = true
  1368  
  1369  [[redirects]]
  1370    from = "/en/latest/pachctl/pachctl_start_transaction.html"
  1371    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_start_transaction/"
  1372    status = 301
  1373    force = true
  1374  
  1375  [[redirects]]
  1376    from = "/en/latest/pachctl/pachctl_stop.html"
  1377    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_stop/"
  1378    status = 301
  1379    force = true
  1380  
  1381  [[redirects]]
  1382    from = "/en/latest/pachctl/pachctl_stop_job.html"
  1383    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_stop_job/"
  1384    status = 301
  1385    force = true
  1386  
  1387  [[redirects]]
  1388    from = "/en/latest/pachctl/pachctl_stop_pipeline.html"
  1389    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_stop_pipeline/"
  1390    status = 301
  1391    force = true
  1392  
  1393  [[redirects]]
  1394    from = "/en/latest/pachctl/pachctl_stop_transaction.html"
  1395    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_stop_transaction/"
  1396    status = 301
  1397    force = true
  1398  
  1399  [[redirects]]
  1400    from = "/en/latest/pachctl/pachctl_subscribe.html"
  1401    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_subscribe/"
  1402    status = 301
  1403    force = true
  1404  
  1405  [[redirects]]
  1406    from = "/en/latest/pachctl/pachctl_subscribe_commit.html"
  1407    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_subscribe_commit/"
  1408    status = 301
  1409    force = true
  1410  
  1411  [[redirects]]
  1412    from = "/en/latest/pachctl/pachctl_undeploy.html"
  1413    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_undeploy/"
  1414    status = 301
  1415    force = true
  1416  
  1417  [[redirects]]
  1418    from = "/en/latest/pachctl/pachctl_unmount.html"
  1419    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_unmount/"
  1420    status = 301
  1421    force = true
  1422  
  1423  [[redirects]]
  1424    from = "/en/latest/pachctl/pachctl_update-dash.html"
  1425    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_update-dash/"
  1426    status = 301
  1427    force = true
  1428  
  1429  [[redirects]]
  1430    from = "/en/latest/pachctl/pachctl_update.html"
  1431    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_update/"
  1432    status = 301
  1433    force = true
  1434  
  1435  [[redirects]]
  1436    from = "/en/latest/pachctl/pachctl_update_pipeline.html"
  1437    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_update_pipeline/"
  1438    status = 301
  1439    force = true
  1440  
  1441  [[redirects]]
  1442    from = "/en/latest/pachctl/pachctl_update_repo.html"
  1443    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_update_repo/"
  1444    status = 301
  1445    force = true
  1446  
  1447  [[redirects]]
  1448    from = "/en/latest/pachctl/pachctl_version.html"
  1449    to = "https://docs.pachyderm.com/latest/reference/pachctl/pachctl_version/"
  1450    status = 301
  1451    force = true
  1452  
  1453  [[redirects]]
  1454    from = "/en/latest/examples/examples.html"
  1455    to = "https://docs.pachyderm.com/latest/examples/examples/"
  1456    status = 301
  1457    force = true
  1458  
  1459  [[redirects]]
  1460    from = "/en/latest/enterprise/overview.html"
  1461    to = "https://docs.pachyderm.com/latest/enterprise/overview/"
  1462    status = 301
  1463    force = true
  1464  
  1465  [[redirects]]
  1466    from = "/en/latest/deployment/"
  1467    to = "https://docs.pachyderm.com/latest/enterprise/deployment/"
  1468    status = 301
  1469    force = true
  1470  
  1471  [[redirects]]
  1472    from = "/en/latest/enterprise/auth/"
  1473    to = "https://docs.pachyderm.com/latest/enterprise/auth/auth/"
  1474    status = 301
  1475    force = true
  1476  
  1477  [[redirects]]
  1478    from = "/en/latest/enterprise/stats.html"
  1479    to = "https://docs.pachyderm.com/latest/enterprise/stats/"
  1480    status = 301
  1481    force = true
  1482  
  1483  [[redirects]]
  1484    from = "/en/latest/enterprise/s3gateway.html"
  1485    to = "https://docs.pachyderm.com/latest/enterprise/s3gateway/"
  1486    status = 301
  1487    force = true
  1488  
  1489  [[redirects]]
  1490    from = "/en/latest/auth/saml.html"
  1491    to = "https://docs.pachyderm.com/latest/enterprise/saml/"
  1492    status = 301
  1493    force = true
  1494  
  1495  [[redirects]]
  1496    from = "/en/latest/auth/saml_setup.html"
  1497    to = "https://docs.pachyderm.com/latest/enterprise/saml_setup/"
  1498    status = 301
  1499    force = true
  1500  
  1501  [[redirects]]
  1502    from = "/en/latest/auth/saml_usage.html"
  1503    to = "https://docs.pachyderm.com/latest/enterprise/saml_usage/"
  1504    status = 301
  1505    force = true
  1506  
  1507  [[redirects]]
  1508    from = "/en/latest/managing_pachyderm/general_troubleshooting.html"
  1509    to = "https://docs.pachyderm.com/latest/troubleshooting/general_troubleshooting/"
  1510    status = 301
  1511    force = true
  1512  
  1513  [[redirects]]
  1514    from = "/en/latest/deployment/deploy_troubleshooting.html"
  1515    to = "https://docs.pachyderm.com/latest/troubleshooting/deploy_troubleshooting/"
  1516    status = 301
  1517    force = true
  1518  
  1519  [[redirects]]
  1520    from = "/en/latest/managing_pachyderm/pipeline_troubleshooting.html"
  1521    to = "https://docs.pachyderm.com/latest/troubleshooting/pipeline_troubleshooting/"
  1522    status = 301
  1523    force = true
  1524  
  1525  # redirects from "/" to "latest/":
  1526  
  1527  [[redirects]]
  1528    from = "/getting_started/"
  1529    to = "/latest/getting_started/"
  1530    status = 301
  1531    force = true
  1532  
  1533  [[redirects]]
  1534    from = "/how-tos/"
  1535    to = "/latest/how-tos/"
  1536    status = 301
  1537    force = true
  1538  
  1539  [[redirects]]
  1540    from = "/concepts/pipeline-concepts/pipeline/join/"
  1541    to = "/latest/concepts/pipeline-concepts/pipeline/join/"
  1542    status = 301
  1543    force = true
  1544  
  1545  [[redirects]]
  1546    from = "/enterprise/"
  1547    to = "/latest/enterprise/"
  1548    status = 301
  1549    force = true
  1550  
  1551  [[redirects]]
  1552    from = "/concepts/"
  1553    to = "/latest/concepts/"
  1554    status = 301
  1555    force = true
  1556  
  1557  [[redirects]]
  1558    from = "/deploy-manage/deploy/"
  1559    to = "/latest/deploy-manage/deploy/"
  1560    status = 301
  1561    force = true
  1562  
  1563  [[redirects]]
  1564    from = "/deploy-manage/manage/"
  1565    to = "/latest/deploy-manage/manage/"
  1566    status = 301
  1567    force = true
  1568  
  1569  [[redirects]]
  1570    from = "/contributing/setup/"
  1571    to = "/latest/contributing/setup/"
  1572    status = 301
  1573    force = true
  1574  
  1575  [[redirects]]
  1576    from = "/contributing/gcloud-setup/"
  1577    to = "/latest/contributing/gcloud-setup/"
  1578    status = 301
  1579    force = true
  1580  
  1581  [[redirects]]
  1582    from = "/contributing/repo-layout/"
  1583    to = "/latest/contributing/repo-layout/"
  1584    status = 301
  1585    force = true
  1586  
  1587  [[redirects]]
  1588    from = "/contributing/coding-conventions/"
  1589    to = "/latest/contributing/coding-conventions/"
  1590    status = 301
  1591    force = true
  1592  
  1593  [[redirects]]
  1594    from = "/deploy-manage/manage/gpus/"
  1595    to = "/latest/deploy-manage/manage/gpus/"
  1596    status = 301
  1597    force = true
  1598  
  1599  [[redirects]]
  1600    from = "/deploy-manage/deploy/tracing/"
  1601    to = "/latest/deploy-manage/deploy/tracing/"
  1602    status = 301
  1603    force = true
  1604  
  1605  [[redirects]]
  1606     from = "/contributing/docs-style-guide/"
  1607     to = "/latest/contributing/docs-style-guide/"
  1608     status = 301
  1609     force = true
  1610  
  1611  [[redirects]]
  1612    from = "/getting_started/local_installation/"
  1613    to = "/latest/getting_started/local_installation/"
  1614    status = 301
  1615    force = true
  1616  
  1617  [[redirects]]
  1618    from = "/getting_started/beginner_tutorial/"
  1619    to = "/latest/getting_started/beginner_tutorial/"
  1620    status = 301
  1621    force = true
  1622  
  1623  [[redirects]]
  1624    from = "/concepts/data-concepts/"
  1625    to = "/latest/concepts/data-concepts/"
  1626    status = 301
  1627    force = true
  1628  
  1629  [[redirects]]
  1630    from = "/concepts/data-concepts/repo/"
  1631    to = "/latest/concepts/data-concepts/repo/"
  1632    status = 301
  1633    force = true
  1634  
  1635  [[redirects]]
  1636    from = "/concepts/data-concepts/commit/"
  1637    to = "/latest/concepts/data-concepts/commit/"
  1638    status = 301
  1639    force = true
  1640  
  1641  [[redirects]]
  1642    from = "/concepts/data-concepts/branch/"
  1643    to = "/latest/concepts/data-concepts/branch/"
  1644    status = 301
  1645    force = true
  1646  
  1647  [[redirects]]
  1648    from = "/concepts/data-concepts/file/"
  1649    to = "/latest/concepts/data-concepts/file/"
  1650    status = 301
  1651    force = true
  1652  
  1653  [[redirects]]
  1654    from = "/concepts/data-concepts/provenance/"
  1655    to = "/latest/concepts/data-concepts/provenance/"
  1656    status = 301
  1657    force = true
  1658  
  1659  [[redirects]]
  1660    from = "/concepts/data-concepts/history/"
  1661    to = "/latest/concepts/data-concepts/history/"
  1662    status = 301
  1663    force = true
  1664  
  1665  [[redirects]]
  1666    from = "/concepts/pipeline-concepts/"
  1667    to = "/latest/concepts/pipeline-concepts/"
  1668    status = 301
  1669    force = true
  1670  
  1671  [[redirects]]
  1672    from = "/concepts/pipeline-concepts/pipeline/"
  1673    to = "/latest/concepts/pipeline-concepts/pipeline/"
  1674    status = 301
  1675    force = true
  1676  
  1677  [[redirects]]
  1678    from = "/concepts/pipeline-concepts/pipeline/cron/"
  1679    to = "/latest/concepts/pipeline-concepts/pipeline/cron/"
  1680    status = 301
  1681    force = true
  1682  
  1683  [[redirects]]
  1684    from = "/concepts/pipeline-concepts/pipeline/service/"
  1685    to = "/latest/concepts/pipeline-concepts/pipeline/service/"
  1686    status = 301
  1687    force = true
  1688  
  1689  [[redirects]]
  1690    from = "/concepts/pipeline-concepts/pipeline/spout/"
  1691    to = "/latest/concepts/pipeline-concepts/pipeline/spout/"
  1692    status = 301
  1693    force = true
  1694  
  1695  [[redirects]]
  1696    from = "/concepts/pipeline-concepts/job/"
  1697    to = "/latest/concepts/pipeline-concepts/job/"
  1698    status = 301
  1699    force = true
  1700  
  1701  [[redirects]]
  1702    from = "/concepts/pipeline-concepts/datum/"
  1703    to = "/latest/concepts/pipeline-concepts/datum/"
  1704    status = 301
  1705    force = true
  1706  
  1707  [[redirects]]
  1708    from = "/concepts/pipeline-concepts/datum/glob-pattern/"
  1709    to = "/latest/concepts/pipeline-concepts/datum/glob-pattern/"
  1710    status = 301
  1711    force = true
  1712  
  1713  [[redirects]]
  1714    from = "/concepts/pipeline-concepts/datum/relationship-between-datums/"
  1715    to = "/latest/concepts/pipeline-concepts/datum/relationship-between-datums/"
  1716    status = 301
  1717    force = true
  1718  
  1719  [[redirects]]
  1720    from = "/concepts/pipeline-concepts/distributed_computing/"
  1721    to = "/latest/concepts/pipeline-concepts/distributed_computing/"
  1722    status = 301
  1723    force = true
  1724  
  1725  [[redirects]]
  1726    from = "/concepts/pipeline-concepts/datum/cross-union/"
  1727    to = "/latest/concepts/pipeline-concepts/datum/cross-union/"
  1728    status = 301
  1729    force = true
  1730  
  1731  [[redirects]]
  1732    from = "https://docs.pachyderm.com/concepts/advanced-concepts/distributed_computing/"
  1733    to = "/latest/concepts/advanced-concepts/distributed_computing/"
  1734    status = 301
  1735    force = true
  1736  
  1737  [[redirects]]
  1738    from = "/concepts/pipeline-concepts/datum/datum-processing-states/"
  1739    to = "/latest/concepts/pipeline-concepts/datum/datum-processing-states/"
  1740    status = 301
  1741    force = true
  1742  
  1743  [[redirects]]
  1744    from = "/concepts/pipeline-concepts/datum/join/"
  1745    to = "/latest/concepts/pipeline-concepts/datum/join/"
  1746    status = 301
  1747    force = true
  1748  
  1749  [[redirects]]
  1750    from = "/contributing/windows/"
  1751    to = "/latest/contributing/windows/"
  1752    status = 301
  1753    force = true
  1754  
  1755  [[redirects]]
  1756    from = "/deploy-manage/"
  1757    to = "/latest/deploy-manage/"
  1758    status = 301
  1759    force = true
  1760  
  1761  [[redirects]]
  1762    from = "/deploy-manage/deploy/configuring_k8s_ingress/"
  1763    to = "/latest/deploy-manage/deploy/configuring_k8s_ingress/"
  1764    tatus = 301
  1765    force = true
  1766  
  1767  [[redirects]]
  1768    from = "/how-tos/distributed_computing/"
  1769    to = "/latest/concepts/pipeline-concepts/distributed_computing/"
  1770    status = 301
  1771    force = true
  1772  
  1773  [[redirects]]
  1774    from = "/deploy-manage/deploy/deploy-pachyderm-jupyterhub/"
  1775    to = "/latest/deploy-manage/deploy/deploy-pachyderm-jupyterhub/"
  1776    status = 301
  1777    force = true
  1778  
  1779  [[redirects]]
  1780    from = "/deploy-manage/deploy/deploy_w_tls/"
  1781    to = "/latest/deploy-manage/deploy/deploy_w_tls/"
  1782    status = 301
  1783    force = true
  1784  
  1785  [[redirects]]
  1786    from = "/deploy-manage/deploy/docker_registries/"
  1787    to = "/latest/deploy-manage/deploy/docker_registries/"
  1788    status = 301
  1789    force = true
  1790  
  1791  [[redirects]]
  1792    from = "/deploy-manage/deploy/environment-variables/"
  1793    to = "/latest/deploy-manage/deploy/environment-variables/"
  1794    status = 301
  1795    force = true
  1796  
  1797  [[redirects]]
  1798    from = "/deploy-manage/deploy/import-kubernetes-context/"
  1799    to = "/latest/deploy-manage/deploy/import-kubernetes-context/"
  1800    status = 301
  1801    force = true
  1802  
  1803  [[redirects]]
  1804    from = "/latest/deploy-manage/manage/batching_pachyderm_with_transactions/"
  1805    to = "/latest/how-tos/use-transactions-to-run-multiple-commands/"
  1806    status = 301
  1807    force = true
  1808  
  1809  [[redirects]]
  1810    from = "/deploy-manage/manage/disable-metrics/"
  1811    to = "/latest/deploy-manage/manage/disable-metrics/"
  1812    status = 301
  1813    force = true
  1814  
  1815  [[redirects]]
  1816    from = "/deploy-manage/manage/migrations/"
  1817    to = "/latest/deploy-manage/manage/migrations/"
  1818    status = 301
  1819    force = true
  1820  
  1821  [[redirects]]
  1822    from = "/deploy-manage/manage/pachctl_shell/"
  1823    to = "/latest/deploy-manage/manage/pachctl_shell/"
  1824    status = 301
  1825    force = true
  1826  
  1827  [[redirects]]
  1828    from = "/enterprise/overview/"
  1829    to = "/latest/enterprise/overview/"
  1830    status = 301
  1831    force = true
  1832  
  1833  [[redirects]]
  1834    from = "/getting_started/install-pachctl-completion/"
  1835    to = "/latest/getting_started/install-pachctl-completion/"
  1836    status = 301
  1837    force = true
  1838  
  1839  [[redirects]]
  1840    from = "/getting_started/wsl-deploy/"
  1841    to = "/latest/getting_started/wsl-deploy/"
  1842    status = 301
  1843    force = true
  1844  
  1845  [[redirects]]
  1846    from = "/how-tos/delete-pipeline/"
  1847    to = "/latest/how-tos/delete-pipeline/"
  1848    status = 301
  1849    force = true
  1850  
  1851  [[redirects]]
  1852    from = "/how-tos/err_cmd/"
  1853    to = "/latest/how-tos/err_cmd/"
  1854    status = 301
  1855    force = true
  1856  
  1857  [[redirects]]
  1858    from = "/how-tos/ingressing_from_diff_cloud/"
  1859    to = "/latest/how-tos/ingressing_from_diff_cloud/"
  1860    status = 301
  1861    force = true
  1862  
  1863  [[redirects]]
  1864    from = "/how-tos/s3gateway/"
  1865    to = "/latest/how-tos/s3gateway/"
  1866    status = 301
  1867    force = true
  1868  
  1869  [[redirects]]
  1870    from = "/how-tos/use-jupyterhub/"
  1871    to = "/latest/how-tos/use-jupyterhub/"
  1872    status = 301
  1873    force = true
  1874  
  1875  [[redirects]]
  1876    from = "/how-tos/use-jupyterhub/using-jupyterhub/"
  1877    to = "/latest/how-tos/use-jupyterhub/using-jupyterhub/"
  1878    status = 301
  1879    force = true
  1880  
  1881  [[redirects]]
  1882    from = "/how-tos/use-transactions-to-run-multiple-commands/"
  1883    to = "/latest/how-tos/use-transactions-to-run-multiple-commands/"
  1884    status = 301
  1885    force = true
  1886  
  1887  [[redirects]]
  1888    from = "/reference/"
  1889    to = "/latest/reference/"
  1890    status = 301
  1891    force = true
  1892  
  1893  [[redirects]]
  1894    from = "/reference/pachctl/pachctl_auth_get-otp/"
  1895    to = "/latest/reference/pachctl/pachctl_auth_get-otp/"
  1896    status = 301
  1897    force = true
  1898  
  1899  [[redirects]]
  1900    from = "/reference/pachctl/pachctl_completion_bash/"
  1901    to = "/latest/reference/pachctl/pachctl_completion_bash/"
  1902    status = 301
  1903    force = true
  1904  
  1905  [[redirects]]
  1906    from = "/reference/pachctl/pachctl_completion_zsh/"
  1907    to = "/latest/reference/pachctl/pachctl_completion_zsh/"
  1908    status = 301
  1909    force = true
  1910  
  1911  [[redirects]]
  1912    from = "/reference/pachctl/pachctl_create_secret/"
  1913    to = "/latest/reference/pachctl/pachctl_create_secret/"
  1914    status = 301
  1915    force = true
  1916  
  1917  [[redirects]]
  1918    from = "/reference/pachctl/pachctl_delete_secret/"
  1919    to = "/latest/reference/pachctl/pachctl_delete_secret/"
  1920    status = 301
  1921    force = true
  1922  
  1923  [[redirects]]
  1924    from = "/reference/pachctl/pachctl_inspect_branch/"
  1925    to = "/latest/reference/pachctl/pachctl_inspect_branch/"
  1926    status = 301
  1927    force = true
  1928  
  1929  [[redirects]]
  1930    from = "/reference/pachctl/pachctl_inspect_secret/"
  1931    to = "/latest/reference/pachctl/pachctl_inspect_secret/"
  1932    status = 301
  1933    force = true
  1934  
  1935  [[redirects]]
  1936    from = "/reference/pachctl/pachctl_list_secret/"
  1937    to = "/latest/reference/pachctl/pachctl_list_secret/"
  1938    status = 301
  1939    force = true
  1940  
  1941  [[redirects]]
  1942    from = "/reference/pachctl/pachctl_run_cron/"
  1943    to = "/latest/reference/pachctl/pachctl_run_cron/"
  1944    status = 301
  1945    force = true
  1946  
  1947  [[redirects]]
  1948    from = "/reference/pachctl/pachctl_shell/"
  1949    to = "/latest/reference/pachctl/pachctl_shell/"
  1950    status = 301
  1951    force = true
  1952  
  1953  [[redirects]]
  1954    from = "/troubleshooting/"
  1955    to = "/latest/troubleshooting/"
  1956    status = 301
  1957    force = true
  1958  
  1959  [[redirects]]
  1960    from = "/how-tos/individual-developer-workflow/"
  1961    to = "/latest/how-tos/individual-developer-workflow/"
  1962    status = 301
  1963    force = true
  1964  
  1965  [[redirects]]
  1966    from = "/master/deploy-manage/deploy/deploy-pachyderm-jupyterhub/"
  1967    to = "/latest/deploy-manage/deploy/deploy-pachyderm-jupyterhub/"
  1968    status = 301
  1969    force = true
  1970  
  1971   [[redirects]]
  1972    from = "/master/how-tos/use-jupyterhub/using-jupyterhub/"
  1973    to = "/latest/how-tos/use-jupyterhub/using-jupyterhub/"
  1974    status = 301
  1975    force = true
  1976  
  1977  [[redirects]]
  1978    from = "/master/how-tos/use-jupyterhub/"
  1979    to = "/latest/how-tos/use-jupyterhub/"
  1980    status = 301
  1981    force = true
  1982  
  1983  [[redirects]]
  1984    from = "/how-tos/team-developer-workflow/"
  1985    to = "/latest/how-tos/team-developer-workflow/"
  1986    status = 301
  1987    force = true
  1988  
  1989  [[redirects]]
  1990    from = "/how-tos/deferred_processing/"
  1991    to = "/latest/how-tos/deferred_processing/"
  1992    status = 301
  1993    force = true
  1994  
  1995  [[redirects]]
  1996    from = "/how-tos/load-data-into-pachyderm/"
  1997    to = "/latest/how-tos/load-data-into-pachyderm/"
  1998    status = 301
  1999    force = true
  2000  
  2001  [[redirects]]
  2002    from = "/how-tos/export-data-out-pachyderm/"
  2003    to = "/latest/how-tos/export-data-out-pachyderm/"
  2004    status = 301
  2005    force = true
  2006  
  2007  [[redirects]]
  2008    from = "/how-tos/splitting-data/"
  2009    to = "/latest/how-tos/splitting-data/"
  2010    status = 301
  2011    force = true
  2012  
  2013  [[redirects]]
  2014    from = "/how-tos/splitting-data/splitting/"
  2015    to = "/latest/how-tos/splitting-data/splitting/"
  2016    status = 301
  2017    force = true
  2018  
  2019  [[redirects]]
  2020    from = "/how-tos/splitting-data/adjusting_data_processing_w_split/"
  2021    to = "/latest/how-tos/splitting-data/adjusting_data_processing_w_split/"
  2022    status = 301
  2023    force = true
  2024  
  2025  [[redirects]]
  2026    from = "/how-tos/create-ml-workflow/"
  2027    to = "/latest/how-tos/create-ml-workflow/"
  2028    status = 301
  2029    force = true
  2030  
  2031  [[redirects]]
  2032    from = "/how-tos/run_pipeline/"
  2033    to = "/latest/how-tos/run_pipeline/"
  2034    status = 301
  2035    force = true
  2036  
  2037  [[redirects]]
  2038    from = "/how-tos/updating_pipelines/"
  2039    to = "/latest/how-tos/updating_pipelines/"
  2040    status = 301
  2041    force = true
  2042  
  2043  [[redirects]]
  2044    from = "/how-tos/time_windows/"
  2045    to = "/latest/how-tos/time_windows/"
  2046    status = 301
  2047    force = true
  2048  
  2049  [[redirects]]
  2050    from = "/how-tos/removing_data_from_pachyderm/"
  2051    to = "/latest/how-tos/removing_data_from_pachyderm/"
  2052    status = 301
  2053    force = true
  2054  
  2055  [[redirects]]
  2056    from = "/how-tos/distributed_computing/"
  2057    to = "/latest/how-tos/distributed_computing/"
  2058    status = 301
  2059    force = true
  2060  
  2061  [[redirects]]
  2062    from = "/how-tos/deferred_processing/"
  2063    to = "/latest/how-tos/deferred_processing/"
  2064    status = 301
  2065    force = true
  2066  
  2067  [[redirects]]
  2068    from = "/cookbook/ingressing_from_diff_cloud/"
  2069    to = "/latest/how-tos/ingressing_from_diff_cloud/"
  2070    status = 301
  2071    force = true
  2072  
  2073  [[redirects]]
  2074    from = "/pachub/pachub_getting_started/"
  2075    to = "/latest/pachub/pachub_getting_started/"
  2076    status = 301
  2077    force = true
  2078  
  2079  [[redirects]]
  2080    from = "/deploy-manage/deploy/google_cloud_platform/"
  2081    to = "/latest/deploy-manage/deploy/google_cloud_platform/"
  2082    status = 301
  2083    force = true
  2084  
  2085  [[redirects]]
  2086    from = "/deploy-manage/deploy/amazon_web_services/"
  2087    to = "/latest/deploy-manage/deploy/amazon_web_services/"
  2088    status = 301
  2089    force = true
  2090  
  2091  [[redirects]]
  2092    from = "/deploy-manage/deploy/amazon_web_services/deploy-eks/"
  2093    to = "/latest/deploy-manage/deploy/amazon_web_services/deploy-eks/"
  2094    status = 301
  2095    force = true
  2096  
  2097  [[redirects]]
  2098    from = "/deploy-manage/deploy/amazon_web_services/aws-deploy-kubernetes-kops/"
  2099    to = "/latest/deploy-manage/deploy/amazon_web_services/aws-deploy-kubernetes-kops/"
  2100    status = 301
  2101    force = true
  2102  
  2103  [[redirects]]
  2104    from = "/deploy-manage/deploy/amazon_web_services/aws-deploy-pachyderm/"
  2105    to = "/latest/deploy-manage/deploy/amazon_web_services/aws-deploy-pachyderm/"
  2106    status = 301
  2107    force = true
  2108  
  2109  [[redirects]]
  2110    from = "/deploy-manage/deploy/amazon_web_services/aws_cloudfront/"
  2111    to = "/latest/deploy-manage/deploy/amazon_web_services/aws_cloudfront/"
  2112    status = 301
  2113    force = true
  2114  
  2115  [[redirects]]
  2116    from = "/deploy-manage/deploy/azure/"
  2117    to = "/latest/deploy-manage/deploy/azure/"
  2118    status = 301
  2119    force = true
  2120  
  2121  [[redirects]]
  2122    from = "/deploy-manage/deploy/openshift/"
  2123    to = "/latest/deploy-manage/deploy/openshift/"
  2124    status = 301
  2125    force = true
  2126  
  2127  [[redirects]]
  2128    from = "/deploy-manage/deploy/on_premises/"
  2129    to = "/latest/deploy-manage/deploy/on_premises/"
  2130    status = 301
  2131    force = true
  2132  
  2133  [[redirects]]
  2134    from = "/deploy-manage/deploy/deploy_custom/"
  2135    to = "/latest/deploy-manage/deploy/deploy_custom/"
  2136    status = 301
  2137    force = true
  2138  
  2139  [[redirects]]
  2140    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_before_you_begin/"
  2141    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_before_you_begin/"
  2142    status = 301
  2143    force = true
  2144  
  2145  [[redirects]]
  2146    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_pachyderm_deployment_manifest/"
  2147    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_pachyderm_deployment_manifest/"
  2148    status = 301
  2149    force = true
  2150  
  2151  [[redirects]]
  2152    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_persistent_disk_parameters/"
  2153    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_persistent_disk_parameters/"
  2154    status = 301
  2155    force = true
  2156  
  2157  [[redirects]]
  2158    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_object_store/"
  2159    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_configuring_object_store/"
  2160    status = 301
  2161    force = true
  2162  
  2163  [[redirects]]
  2164    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_complete_example_invocation/"
  2165    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_complete_example_invocation/"
  2166    status = 301
  2167    force = true
  2168  
  2169  [[redirects]]
  2170    from = "/deploy-manage/deploy/deploy_custom/deploy_custom_additional_flags/"
  2171    to = "/latest/deploy-manage/deploy/deploy_custom/deploy_custom_additional_flags/"
  2172    status = 301
  2173    force = true
  2174  
  2175  [[redirects]]
  2176    from = "/deploy-manage/deploy/namespaces/"
  2177    to = "/latest/deploy-manage/deploy/namespaces/"
  2178    status = 301
  2179    force = true
  2180  
  2181  [[redirects]]
  2182    from = "/deploy-manage/deploy/non-cloud-object-stores/"
  2183    to = "/latest/deploy-manage/deploy/non-cloud-object-stores/"
  2184    status = 301
  2185    force = true
  2186  
  2187  [[redirects]]
  2188    from = "/deploy-manage/deploy/rbac/"
  2189    to = "/latest/deploy-manage/deploy/rbac/"
  2190    status = 301
  2191    force = true
  2192  
  2193  [[redirects]]
  2194    from = "/deploy-manage/deploy/connect-to-cluster/"
  2195    to = "/latest/deploy-manage/deploy/connect-to-cluster/"
  2196    status = 301
  2197    force = true
  2198  
  2199  [[redirects]]
  2200    from = "/deploy-manage/manage/cluster-access/"
  2201    to = "/latest/deploy-manage/manage/cluster-access/"
  2202    status = 301
  2203    force = true
  2204  
  2205  [[redirects]]
  2206    from = "/how-tos/s3gateway/"
  2207    to = "/deploy-manage/manage/s3gateway/"
  2208    status = 301
  2209    force = true
  2210  
  2211  [[redirects]]
  2212    from = "/deploy-manage/manage/autoscaling/"
  2213    to = "/latest/deploy-manage/manage/autoscaling/"
  2214    status = 301
  2215    force = true
  2216  
  2217  [[redirects]]
  2218    from = "/deploy-manage/manage/backup_restore/"
  2219    to = "/latest/deploy-manage/manage/backup_restore/"
  2220    status = 301
  2221    force = true
  2222  
  2223  [[redirects]]
  2224    from = "/deploy-manage/manage/data_management/"
  2225    to = "/latest/deploy-manage/manage/data_management/"
  2226    status = 301
  2227    force = true
  2228  
  2229  [[redirects]]
  2230    from = "/deploy-manage/manage/sharing_gpu_resources/"
  2231    to = "/latest/deploy-manage/manage/sharing_gpu_resources/"
  2232    status = 301
  2233    force = true
  2234  
  2235  [[redirects]]
  2236    from = "/deploy-manage/manage/upgrades_migrations/"
  2237    to = "/latest/deploy-manage/manage/upgrades_migrations/"
  2238    status = 301
  2239    force = true
  2240  
  2241  [[redirects]]
  2242    from = "/deploy-manage/deploy/migrations/"
  2243    to = "/latest/deploy-manage/manage/migrations/"
  2244    status = 301
  2245    force = true
  2246  
  2247  [[redirects]]
  2248    from = "/deploy-manage/manage/upgrades/"
  2249    to = "/latest/deploy-manage/manage/upgrades/"
  2250    status = 301
  2251    force = true
  2252  
  2253  [[redirects]]
  2254    from = "/reference/pipeline_spec/"
  2255    to = "/latest/reference/pipeline_spec/"
  2256    status = 301
  2257    force = true
  2258  
  2259  [[redirects]]
  2260    from = "/reference/config_spec/"
  2261    to = "/latest/reference/config_spec/"
  2262    status = 301
  2263    force = true
  2264  
  2265  [[redirects]]
  2266    from = "/reference/clients/"
  2267    to = "/latest/reference/clients/"
  2268    status = 301
  2269    force = true
  2270  
  2271  [[redirects]]
  2272    from = "/reference/s3gateway_api/"
  2273    to = "/latest/reference/s3gateway_api/"
  2274    status = 301
  2275    force = true
  2276  
  2277  [[redirects]]
  2278    from = "reference/pachctl/pachctl/"
  2279    to = "/latest/reference/pachctl/pachctl/"
  2280    status = 301
  2281    force = true
  2282  
  2283  [[redirects]]
  2284    from = "/reference/pachctl/pachctl_auth/"
  2285    to = "/latest/reference/pachctl/pachctl_auth/"
  2286    status = 301
  2287    force = true
  2288  
  2289  [[redirects]]
  2290    from = "/reference/pachctl/pachctl_auth_activate/"
  2291    to = "/latest/reference/pachctl/pachctl_auth_activate/"
  2292    status = 301
  2293    force = true
  2294  
  2295  [[redirects]]
  2296    from = "/reference/pachctl/pachctl_auth_check/"
  2297    to = "/latest/reference/pachctl/pachctl_auth_check/"
  2298    status = 301
  2299    force = true
  2300  
  2301  [[redirects]]
  2302    from = "/reference/pachctl/pachctl_auth_deactivate/"
  2303    to = "/latest/reference/pachctl/pachctl_auth_deactivate/"
  2304    status = 301
  2305    force = true
  2306  
  2307  [[redirects]]
  2308    from = "/reference/pachctl/pachctl_auth_get-auth-token/"
  2309    to = "/latest/reference/pachctl/pachctl_auth_get-auth-token/"
  2310    status = 301
  2311    force = true
  2312  
  2313  [[redirects]]
  2314    from = "/reference/pachctl/pachctl_auth_get-config/"
  2315    to = "/latest/reference/pachctl/pachctl_auth_get-config/"
  2316    status = 301
  2317    force = true
  2318  
  2319  [[redirects]]
  2320    from = "/reference/pachctl/pachctl_auth_get/"
  2321    to = "/latest/reference/pachctl/pachctl_auth_get/"
  2322    status = 301
  2323    force = true
  2324  
  2325  [[redirects]]
  2326    from = "/reference/pachctl/pachctl_auth_list-admins/"
  2327    to = "/latest/reference/pachctl/pachctl_auth_list-admins/"
  2328    status = 301
  2329    force = true
  2330  
  2331  [[redirects]]
  2332    from = "/reference/pachctl/pachctl_auth_login/"
  2333    to = "/latest/reference/pachctl/pachctl_auth_login/"
  2334    status = 301
  2335    force = true
  2336  
  2337  [[redirects]]
  2338    from = "/reference/pachctl/pachctl_auth_logout/"
  2339    to = "/latest/reference/pachctl/pachctl_auth_logout/"
  2340    status = 301
  2341    force = true
  2342  
  2343  [[redirects]]
  2344    from = "/reference/pachctl/pachctl_auth_modify-admins/"
  2345    to = "/latest/reference/pachctl/pachctl_auth_modify-admins/"
  2346    status = 301
  2347    force = true
  2348  
  2349  [[redirects]]
  2350    from = "/reference/pachctl/pachctl_auth_set-config/"
  2351    to = "/latest/reference/pachctl/pachctl_auth_set-config/"
  2352    status = 301
  2353    force = true
  2354  
  2355  [[redirects]]
  2356    from = "/reference/pachctl/pachctl_auth_set/"
  2357    to = "/latest/reference/pachctl/pachctl_auth_set/"
  2358    status = 301
  2359    force = true
  2360  
  2361  [[redirects]]
  2362    from = "/reference/pachctl/pachctl_auth_use-auth-token/"
  2363    to = "/latest/reference/pachctl/pachctl_auth_use-auth-token/"
  2364    status = 301
  2365    force = true
  2366  
  2367  [[redirects]]
  2368    from = "/reference/pachctl/pachctl_auth_whoami/"
  2369    to = "/latest/reference/pachctl/pachctl_auth_whoami/"
  2370    status = 301
  2371    force = true
  2372  
  2373  [[redirects]]
  2374    from = "/reference/pachctl/pachctl_completion/"
  2375    to = "/latest/reference/pachctl/pachctl_completion/"
  2376    status = 301
  2377    force = true
  2378  
  2379  [[redirects]]
  2380    from = "/reference/pachctl/pachctl_config/"
  2381    to = "/latest/reference/pachctl/pachctl_config/"
  2382    status = 301
  2383    force = true
  2384  
  2385  [[redirects]]
  2386    from = "/reference/pachctl/pachctl_config_delete/"
  2387    to = "/latest/reference/pachctl/pachctl_config_delete/"
  2388    status = 301
  2389    force = true
  2390  
  2391  [[redirects]]
  2392    from = "/reference/pachctl/pachctl_config_delete_context/"
  2393    to = "/latest/reference/pachctl/pachctl_config_delete_context/"
  2394    status = 301
  2395    force = true
  2396  
  2397  [[redirects]]
  2398    from = "/reference/pachctl/pachctl_config_get/"
  2399    to = "/latest/reference/pachctl/pachctl_config_get/"
  2400    status = 301
  2401    force = true
  2402  
  2403  [[redirects]]
  2404    from = "/reference/pachctl/pachctl_config_get_active-context/"
  2405    to = "/latest/reference/pachctl/pachctl_config_get_active-context/"
  2406    status = 301
  2407    force = true
  2408  
  2409  [[redirects]]
  2410    from = "/reference/pachctl/pachctl_config_get_context/"
  2411    to = "/latest/reference/pachctl/pachctl_config_get_context/"
  2412    status = 301
  2413    force = true
  2414  
  2415  [[redirects]]
  2416    from = "/reference/pachctl/pachctl_config_get_metrics/"
  2417    to = "/latest/reference/pachctl/pachctl_config_get_metrics/"
  2418    status = 301
  2419    force = true
  2420  
  2421  [[redirects]]
  2422    from = "/reference/pachctl/pachctl_config_list/"
  2423    to = "/latest/reference/pachctl/pachctl_config_list/"
  2424    status = 301
  2425    force = true
  2426  
  2427  [[redirects]]
  2428    from = "/reference/pachctl/pachctl_config_list_context/"
  2429    to = "/latest/reference/pachctl/pachctl_config_list_context/"
  2430    status = 301
  2431    force = true
  2432  
  2433  [[redirects]]
  2434    from = "/reference/pachctl/pachctl_config_set/"
  2435    to = "/latest/reference/pachctl/pachctl_config_set/"
  2436    status = 301
  2437    force = true
  2438  
  2439  [[redirects]]
  2440    from = "/reference/pachctl/pachctl_config_set_active-context/"
  2441    to = "/latest/reference/pachctl/pachctl_config_set_active-context/"
  2442    status = 301
  2443    force = true
  2444  
  2445  [[redirects]]
  2446    from = "/reference/pachctl/pachctl_config_set_context/"
  2447    to = "/latest/reference/pachctl/pachctl_config_set_context/"
  2448    status = 301
  2449    force = true
  2450  
  2451  [[redirects]]
  2452    from = "/reference/pachctl/pachctl_config_set_metrics/"
  2453    to = "/latest/reference/pachctl/pachctl_config_set_metrics/"
  2454    status = 301
  2455    force = true
  2456  
  2457  [[redirects]]
  2458    from = "/reference/pachctl/pachctl_config_update/"
  2459    to = "/latest/reference/pachctl/pachctl_config_update/"
  2460    status = 301
  2461    force = true
  2462  
  2463  [[redirects]]
  2464    from = "/reference/pachctl/pachctl_config_update_context/"
  2465    to = "/latest/reference/pachctl/pachctl_config_update_context/"
  2466    status = 301
  2467    force = true
  2468  
  2469  [[redirects]]
  2470    from = "/reference/pachctl/pachctl_copy/"
  2471    to = "/latest/reference/pachctl/pachctl_copy/"
  2472    status = 301
  2473    force = true
  2474  
  2475  [[redirects]]
  2476    from = "/reference/pachctl/pachctl_copy_file/"
  2477    to = "/latest/reference/pachctl/pachctl_copy_file/"
  2478    status = 301
  2479    force = true
  2480  
  2481  [[redirects]]
  2482    from = "/reference/pachctl/pachctl_create/"
  2483    to = "/latest/reference/pachctl/pachctl_create/"
  2484    status = 301
  2485    force = true
  2486  
  2487  [[redirects]]
  2488    from = "/reference/pachctl/pachctl_create_branch/"
  2489    to = "/latest/reference/pachctl/pachctl_create_branch/"
  2490    status = 301
  2491    force = true
  2492  
  2493  [[redirects]]
  2494    from = "/reference/pachctl/pachctl_create_pipeline/"
  2495    to = "/latest/reference/pachctl/pachctl_create_pipeline/"
  2496    status = 301
  2497    force = true
  2498  
  2499  [[redirects]]
  2500    from = "/reference/pachctl/pachctl_create_repo/"
  2501    to = "/latest/reference/pachctl/pachctl_create_repo/"
  2502    status = 301
  2503    force = true
  2504  
  2505  [[redirects]]
  2506    from = "/reference/pachctl/pachctl_debug/"
  2507    to = "/latest/reference/pachctl/pachctl_debug/"
  2508    status = 301
  2509    force = true
  2510  
  2511  [[redirects]]
  2512    from = "/reference/pachctl/pachctl_debug_binary/"
  2513    to = "/latest/reference/pachctl/pachctl_debug_binary/"
  2514    status = 301
  2515    force = true
  2516  
  2517  [[redirects]]
  2518    from = "/reference/pachctl/pachctl_debug_dump/"
  2519    to = "/latest/reference/pachctl/pachctl_debug_dump/"
  2520    status = 301
  2521    force = true
  2522  
  2523  [[redirects]]
  2524    from = "/reference/pachctl/pachctl_debug_pprof/"
  2525    to = "/latest/reference/pachctl/pachctl_debug_pprof/"
  2526    status = 301
  2527    force = true
  2528  
  2529  [[redirects]]
  2530    from = "/reference/pachctl/pachctl_debug_profile/"
  2531    to = "/latest/reference/pachctl/pachctl_debug_profile/"
  2532    status = 301
  2533    force = true
  2534  
  2535  [[redirects]]
  2536    from = "/reference/pachctl/pachctl_delete/"
  2537    to = "/latest/reference/pachctl/pachctl_delete/"
  2538    status = 301
  2539    force = true
  2540  
  2541  [[redirects]]
  2542    from = "/reference/pachctl/pachctl_delete_all/"
  2543    to = "/latest/reference/pachctl/pachctl_delete_all/"
  2544    status = 301
  2545    force = true
  2546  
  2547  [[redirects]]
  2548    from = "/reference/pachctl/pachctl_delete_branch/"
  2549    to = "/latest/reference/pachctl/pachctl_delete_branch/"
  2550    status = 301
  2551    force = true
  2552  
  2553  [[redirects]]
  2554    from = "/reference/pachctl/pachctl_delete_commit/"
  2555    to = "/latest/reference/pachctl/pachctl_delete_commit/"
  2556    status = 301
  2557    force = true
  2558  
  2559  [[redirects]]
  2560    from = "/reference/pachctl/pachctl_delete_file/"
  2561    to = "/latest/reference/pachctl/pachctl_delete_file/"
  2562    status = 301
  2563    force = true
  2564  
  2565  [[redirects]]
  2566    from = "/reference/pachctl/pachctl_delete_job/"
  2567    to = "/latest/reference/pachctl/pachctl_delete_job/"
  2568    status = 301
  2569    force = true
  2570  
  2571  [[redirects]]
  2572    from = "/reference/pachctl/pachctl_delete_pipeline/"
  2573    to = "/latest/reference/pachctl/pachctl_delete_pipeline/"
  2574    status = 301
  2575    force = true
  2576  
  2577  [[redirects]]
  2578    from = "/reference/pachctl/pachctl_delete_repo/"
  2579    to = "/latest/reference/pachctl/pachctl_delete_repo/"
  2580    status = 301
  2581    force = true
  2582  
  2583  [[redirects]]
  2584    from = "/reference/pachctl/pachctl_delete_transaction/"
  2585    to = "/latest/reference/pachctl/pachctl_delete_transaction/"
  2586    status = 301
  2587    force = true
  2588  
  2589  [[redirects]]
  2590    from = "/reference/pachctl/pachctl_deploy/"
  2591    to = "/latest/reference/pachctl/pachctl_deploy/"
  2592    status = 301
  2593    force = true
  2594  
  2595  [[redirects]]
  2596    from = "/reference/pachctl/pachctl_deploy_amazon/"
  2597    to = "/latest/reference/pachctl/pachctl_deploy_amazon/"
  2598    status = 301
  2599    force = true
  2600  
  2601  [[redirects]]
  2602    from = "/reference/pachctl/pachctl_deploy_custom/"
  2603    to = "/latest/reference/pachctl/pachctl_deploy_custom/"
  2604    status = 301
  2605    force = true
  2606  
  2607  [[redirects]]
  2608    from = "/reference/pachctl/pachctl_deploy_export-images/"
  2609    to = "/latest/reference/pachctl/pachctl_deploy_export-images/"
  2610    status = 301
  2611    force = true
  2612  
  2613  [[redirects]]
  2614    from = "/reference/pachctl/pachctl_deploy_google/"
  2615    to = "/latest/reference/pachctl/pachctl_deploy_google/"
  2616    status = 301
  2617    force = true
  2618  
  2619  [[redirects]]
  2620    from = "/reference/pachctl/pachctl_deploy_import-images/"
  2621    to = "/latest/reference/pachctl/pachctl_deploy_import-images/"
  2622    status = 301
  2623    force = true
  2624  
  2625  [[redirects]]
  2626    from = "/reference/pachctl/pachctl_deploy_list-images/"
  2627    to = "/latest/reference/pachctl/pachctl_deploy_list-images/"
  2628    status = 301
  2629    force = true
  2630  
  2631  [[redirects]]
  2632    from = "/reference/pachctl/pachctl_deploy_local/"
  2633    to = "/latest/reference/pachctl/pachctl_deploy_local/"
  2634    status = 301
  2635    force = true
  2636  
  2637  [[redirects]]
  2638    from = "/reference/pachctl/pachctl_deploy_microsoft/"
  2639    to = "/latest/reference/pachctl/pachctl_deploy_microsoft/"
  2640    status = 301
  2641    force = true
  2642  
  2643  [[redirects]]
  2644    from = "/reference/pachctl/pachctl_deploy_storage/"
  2645    to = "/latest/reference/pachctl/pachctl_deploy_storage/"
  2646    status = 301
  2647    force = true
  2648  
  2649  [[redirects]]
  2650    from = "/reference/pachctl/pachctl_deploy_storage_amazon/"
  2651    to = "/latest/reference/pachctl/pachctl_deploy_storage_amazon/"
  2652    status = 301
  2653    force = true
  2654  
  2655  [[redirects]]
  2656    from = "/reference/pachctl/pachctl_deploy_storage_google/"
  2657    to = "/latest/reference/pachctl/pachctl_deploy_storage_google/"
  2658    status = 301
  2659    force = true
  2660  
  2661  [[redirects]]
  2662    from = "/reference/pachctl/pachctl_deploy_storage_microsoft/"
  2663    to = "/latest/reference/pachctl/pachctl_deploy_storage_microsoft/"
  2664    status = 301
  2665    force = true
  2666  
  2667  [[redirects]]
  2668    from = "/reference/pachctl/pachctl_diff/"
  2669    to = "/latest/reference/pachctl/pachctl_diff/"
  2670    status = 301
  2671    force = true
  2672  
  2673  [[redirects]]
  2674    from = "/reference/pachctl/pachctl_diff_file/"
  2675    to = "/latest/reference/pachctl/pachctl_diff_file/"
  2676    status = 301
  2677    force = true
  2678  
  2679  [[redirects]]
  2680    from = "/reference/pachctl/pachctl_edit/"
  2681    to = "/latest/reference/pachctl/pachctl_edit/"
  2682    status = 301
  2683    force = true
  2684  
  2685  [[redirects]]
  2686    from = "/reference/pachctl/pachctl_edit_pipeline/"
  2687    to = "/latest/reference/pachctl/pachctl_edit_pipeline/"
  2688    status = 301
  2689    force = true
  2690  
  2691  [[redirects]]
  2692    from = "/reference/pachctl/pachctl_enterprise/"
  2693    to = "/latest/reference/pachctl/pachctl_enterprise/"
  2694    status = 301
  2695    force = true
  2696  
  2697  [[redirects]]
  2698    from = "/reference/pachctl/pachctl_enterprise_activate/"
  2699    to = "/latest/reference/pachctl/pachctl_enterprise_activate/"
  2700    status = 301
  2701    force = true
  2702  
  2703  [[redirects]]
  2704    from = "/reference/pachctl/pachctl_enterprise_get-state/"
  2705    to = "/latest/reference/pachctl/pachctl_enterprise_get-state/"
  2706    status = 301
  2707    force = true
  2708  
  2709  [[redirects]]
  2710    from = "/reference/pachctl/pachctl_extract/"
  2711    to = "/latest/reference/pachctl/pachctl_extract/"
  2712    status = 301
  2713    force = true
  2714  
  2715  [[redirects]]
  2716    from = "/reference/pachctl/pachctl_extract_pipeline/"
  2717    to = "/latest/reference/pachctl/pachctl_extract_pipeline/"
  2718    status = 301
  2719    force = true
  2720  
  2721  [[redirects]]
  2722    from = "/reference/pachctl/pachctl_finish/"
  2723    to = "/latest/reference/pachctl/pachctl_finish/"
  2724    status = 301
  2725    force = true
  2726  
  2727  [[redirects]]
  2728    from = "/reference/pachctl/pachctl_finish_commit/"
  2729    to = "/latest/reference/pachctl/pachctl_finish_commit/"
  2730    status = 301
  2731    force = true
  2732  
  2733  [[redirects]]
  2734    from = "/reference/pachctl/pachctl_finish_transaction/"
  2735    to = "/latest/reference/pachctl/pachctl_finish_transaction/"
  2736    status = 301
  2737    force = true
  2738  
  2739  [[redirects]]
  2740    from = "/reference/pachctl/pachctl_flush/"
  2741    to = "/latest/reference/pachctl/pachctl_flush/"
  2742    status = 301
  2743    force = true
  2744  
  2745  [[redirects]]
  2746    from = "/reference/pachctl/pachctl_flush_commit/"
  2747    to = "/latest/reference/pachctl/pachctl_flush_commit/"
  2748    status = 301
  2749    force = true
  2750  
  2751  [[redirects]]
  2752    from = "/reference/pachctl/pachctl_flush_job/"
  2753    to = "/latest/reference/pachctl/pachctl_flush_job/"
  2754    status = 301
  2755    force = true
  2756  
  2757  [[redirects]]
  2758    from = "/reference/pachctl/pachctl_fsck/"
  2759    to = "/latest/reference/pachctl/pachctl_fsck/"
  2760    status = 301
  2761    force = true
  2762  
  2763  [[redirects]]
  2764    from = "/reference/pachctl/pachctl_garbage-collect/"
  2765    to = "/latest/reference/pachctl/pachctl_garbage-collect/"
  2766    status = 301
  2767    force = true
  2768  
  2769  [[redirects]]
  2770    from = "/reference/pachctl/pachctl_get/"
  2771    to = "/latest/reference/pachctl/pachctl_get/"
  2772    status = 301
  2773    force = true
  2774  
  2775  [[redirects]]
  2776    from = "/reference/pachctl/pachctl_get_file/"
  2777    to = "/latest/reference/pachctl/pachctl_get_file/"
  2778    status = 301
  2779    force = true
  2780  
  2781  [[redirects]]
  2782    from = "/reference/pachctl/pachctl_get_object/"
  2783    to = "/latest/reference/pachctl/pachctl_get_object/"
  2784    status = 301
  2785    force = true
  2786  
  2787  [[redirects]]
  2788    from = "/reference/pachctl/pachctl_get_tag/"
  2789    to = "/latest/reference/pachctl/pachctl_get_tag/"
  2790    status = 301
  2791    force = true
  2792  
  2793  [[redirects]]
  2794    from = "/reference/pachctl/pachctl_glob/"
  2795    to = "/latest/reference/pachctl/pachctl_glob/"
  2796    status = 301
  2797    force = true
  2798  
  2799  [[redirects]]
  2800    from = "/reference/pachctl/pachctl_glob_file/"
  2801    to = "/latest/reference/pachctl/pachctl_glob_file/"
  2802    status = 301
  2803    force = true
  2804  
  2805  [[redirects]]
  2806    from = "/reference/pachctl/pachctl_inspect/"
  2807    to = "/latest/reference/pachctl/pachctl_inspect/"
  2808    status = 301
  2809    force = true
  2810  
  2811  [[redirects]]
  2812    from = "/reference/pachctl/pachctl_inspect_cluster/"
  2813    to = "/latest/reference/pachctl/pachctl_inspect_cluster/"
  2814    status = 301
  2815    force = true
  2816  
  2817  [[redirects]]
  2818    from = "/reference/pachctl/pachctl_inspect_commit/"
  2819    to = "/latest/reference/pachctl/pachctl_inspect_commit/"
  2820    status = 301
  2821    force = true
  2822  
  2823  [[redirects]]
  2824    from = "/reference/pachctl/pachctl_inspect_datum/"
  2825    to = "/latest/reference/pachctl/pachctl_inspect_datum/"
  2826    status = 301
  2827    force = true
  2828  
  2829  [[redirects]]
  2830    from = "/reference/pachctl/pachctl_inspect_file/"
  2831    to = "/latest/reference/pachctl/pachctl_inspect_file/"
  2832    status = 301
  2833    force = true
  2834  
  2835  [[redirects]]
  2836    from = "/reference/pachctl/pachctl_inspect_job/"
  2837    to = "/latest/reference/pachctl/pachctl_inspect_job/"
  2838    status = 301
  2839    force = true
  2840  
  2841  [[redirects]]
  2842    from = "/reference/pachctl/pachctl_inspect_pipeline/"
  2843    to = "/latest/reference/pachctl/pachctl_inspect_pipeline/"
  2844    status = 301
  2845    force = true
  2846  
  2847  [[redirects]]
  2848    from = "/reference/pachctl/pachctl_inspect_repo/"
  2849    to = "/latest/reference/pachctl/pachctl_inspect_repo/"
  2850    status = 301
  2851    force = true
  2852  
  2853  [[redirects]]
  2854    from = "/reference/pachctl/pachctl_inspect_transaction/"
  2855    to = "/latest/reference/pachctl/pachctl_inspect_transaction/"
  2856    status = 301
  2857    force = true
  2858  
  2859  [[redirects]]
  2860    from = "/reference/pachctl/pachctl_list/"
  2861    to = "/latest/reference/pachctl/pachctl_list/"
  2862    status = 301
  2863    force = true
  2864  
  2865  [[redirects]]
  2866    from = "/reference/pachctl/pachctl_list_branch/"
  2867    to = "/latest/reference/pachctl/pachctl_list_branch/"
  2868    status = 301
  2869    force = true
  2870  
  2871  [[redirects]]
  2872    from = "/reference/pachctl/pachctl_list_commit/"
  2873    to = "/latest/reference/pachctl/pachctl_list_commit/"
  2874    status = 301
  2875    force = true
  2876  
  2877  [[redirects]]
  2878    from = "/reference/pachctl/pachctl_list_datum/"
  2879    to = "/latest/reference/pachctl/pachctl_list_datum/"
  2880    status = 301
  2881    force = true
  2882  
  2883  [[redirects]]
  2884    from = "/reference/pachctl/pachctl_list_file/"
  2885    to = "/latest/reference/pachctl/pachctl_list_file/"
  2886    status = 301
  2887    force = true
  2888  
  2889  [[redirects]]
  2890    from = "/reference/pachctl/pachctl_list_job/"
  2891    to = "/latest/reference/pachctl/pachctl_list_job/"
  2892    status = 301
  2893    force = true
  2894  
  2895  [[redirects]]
  2896    from = "/reference/pachctl/pachctl_list_pipeline/"
  2897    to = "/latest/reference/pachctl/pachctl_list_pipeline/"
  2898    status = 301
  2899    force = true
  2900  
  2901  [[redirects]]
  2902    from = "/reference/pachctl/pachctl_list_repo/"
  2903    to = "/latest/reference/pachctl/pachctl_list_repo/"
  2904    status = 301
  2905    force = true
  2906  
  2907  [[redirects]]
  2908    from = "/reference/pachctl/pachctl_list_transaction/"
  2909    to = "/latest/reference/pachctl/pachctl_list_transaction/"
  2910    status = 301
  2911    force = true
  2912  
  2913  [[redirects]]
  2914    from = "/reference/pachctl/pachctl_logs/"
  2915    to = "/latest/reference/pachctl/pachctl_logs/"
  2916    status = 301
  2917    force = true
  2918  
  2919  [[redirects]]
  2920    from = "/reference/pachctl/pachctl_mount/"
  2921    to = "/latest/reference/pachctl/pachctl_mount/"
  2922    status = 301
  2923    force = true
  2924  
  2925  [[redirects]]
  2926    from = "/reference/pachctl/pachctl_port-forward/"
  2927    to = "/latest/reference/pachctl/pachctl_port-forward/"
  2928    status = 301
  2929    force = true
  2930  
  2931  [[redirects]]
  2932    from = "/reference/pachctl/pachctl_put/"
  2933    to = "/latest/reference/pachctl/pachctl_put/"
  2934    status = 301
  2935    force = true
  2936  
  2937  [[redirects]]
  2938    from = "/reference/pachctl/pachctl_put_file/"
  2939    to = "/latest/reference/pachctl/pachctl_put_file/"
  2940    status = 301
  2941    force = true
  2942  
  2943  [[redirects]]
  2944    from = "/reference/pachctl/pachctl_restart/"
  2945    to = "/latest/reference/pachctl/pachctl_restart/"
  2946    status = 301
  2947    force = true
  2948  
  2949  [[redirects]]
  2950    from = "/reference/pachctl/pachctl_restart_datum/"
  2951    to = "/latest/reference/pachctl/pachctl_restart_datum/"
  2952    status = 301
  2953    force = true
  2954  
  2955  [[redirects]]
  2956    from = "/reference/pachctl/pachctl_restore/"
  2957    to = "/latest/reference/pachctl/pachctl_restore/"
  2958    status = 301
  2959    force = true
  2960  
  2961  [[redirects]]
  2962    from = "/reference/pachctl/pachctl_resume/"
  2963    to = "/latest/reference/pachctl/pachctl_resume/"
  2964    status = 301
  2965    force = true
  2966  
  2967  [[redirects]]
  2968    from = "/reference/pachctl/pachctl_resume_transaction/"
  2969    to = "/latest/reference/pachctl/pachctl_resume_transaction/"
  2970    status = 301
  2971    force = true
  2972  
  2973  [[redirects]]
  2974    from = "/reference/pachctl/pachctl_run/"
  2975    to = "/latest/reference/pachctl/pachctl_run/"
  2976    status = 301
  2977    force = true
  2978  
  2979  [[redirects]]
  2980    from = "/reference/pachctl/pachctl_run_pipeline/"
  2981    to = "/latest/reference/pachctl/pachctl_run_pipeline/"
  2982    status = 301
  2983    force = true
  2984  
  2985  [[redirects]]
  2986    from = "/reference/pachctl/pachctl_start/"
  2987    to = "/latest/reference/pachctl/pachctl_start/"
  2988    status = 301
  2989    force = true
  2990  
  2991  [[redirects]]
  2992    from = "/reference/pachctl/pachctl_start_commit/"
  2993    to = "/latest/reference/pachctl/pachctl_start_commit/"
  2994    status = 301
  2995    force = true
  2996  
  2997  [[redirects]]
  2998    from = "/reference/pachctl/pachctl_start_pipeline/"
  2999    to = "/latest/reference/pachctl/pachctl_start_pipeline/"
  3000    status = 301
  3001    force = true
  3002  
  3003  [[redirects]]
  3004    from = "/reference/pachctl/pachctl_start_transaction/"
  3005    to = "/latest/reference/pachctl/pachctl_start_transaction/"
  3006    status = 301
  3007    force = true
  3008  
  3009  [[redirects]]
  3010    from = "/reference/pachctl/pachctl_stop/"
  3011    to = "/latest/reference/pachctl/pachctl_stop/"
  3012    status = 301
  3013    force = true
  3014  
  3015  [[redirects]]
  3016    from = "/reference/pachctl/pachctl_stop_job/"
  3017    to = "/latest/reference/pachctl/pachctl_stop_job/"
  3018    status = 301
  3019    force = true
  3020  
  3021  [[redirects]]
  3022    from = "/reference/pachctl/pachctl_stop_pipeline/"
  3023    to = "/latest/reference/pachctl/pachctl_stop_pipeline/"
  3024    status = 301
  3025    force = true
  3026  
  3027  [[redirects]]
  3028    from = "/reference/pachctl/pachctl_stop_transaction/"
  3029    to = "/latest/reference/pachctl/pachctl_stop_transaction/"
  3030    status = 301
  3031    force = true
  3032  
  3033  [[redirects]]
  3034    from = "/reference/pachctl/pachctl_subscribe/"
  3035    to = "/latest/reference/pachctl/pachctl_subscribe/"
  3036    status = 301
  3037    force = true
  3038  
  3039  [[redirects]]
  3040    from = "/reference/pachctl/pachctl_subscribe_commit/"
  3041    to = "/latest/reference/pachctl/pachctl_subscribe_commit/"
  3042    status = 301
  3043    force = true
  3044  
  3045  [[redirects]]
  3046    from = "/reference/pachctl/pachctl_undeploy/"
  3047    to = "/latest/reference/pachctl/pachctl_undeploy/"
  3048    status = 301
  3049    force = true
  3050  
  3051  [[redirects]]
  3052    from = "/reference/pachctl/pachctl_unmount/"
  3053    to = "/latest/reference/pachctl/pachctl_unmount/"
  3054    status = 301
  3055    force = true
  3056  
  3057  [[redirects]]
  3058    from = "/reference/pachctl/pachctl_update-dash/"
  3059    to = "/latest/reference/pachctl/pachctl_update-dash/"
  3060    status = 301
  3061    force = true
  3062  
  3063  [[redirects]]
  3064    from = "/reference/pachctl/pachctl_update/"
  3065    to = "/latest/reference/pachctl/pachctl_update/"
  3066    status = 301
  3067    force = true
  3068  
  3069  [[redirects]]
  3070    from = "/reference/pachctl/pachctl_update_pipeline/"
  3071    to = "/latest/reference/pachctl/pachctl_update_pipeline/"
  3072    status = 301
  3073    force = true
  3074  
  3075  [[redirects]]
  3076    from = "/reference/pachctl/pachctl_update_repo/"
  3077    to = "/latest/reference/pachctl/pachctl_update_repo/"
  3078    status = 301
  3079    force = true
  3080  
  3081  [[redirects]]
  3082    from = "/reference/pachctl/pachctl_version/"
  3083    to = "/latest/reference/pachctl/pachctl_version/"
  3084    status = 301
  3085    force = true
  3086  
  3087  [[redirects]]
  3088    from = "/examples/examples/"
  3089    to = "/latest/examples/examples/"
  3090    status = 301
  3091    force = true
  3092  
  3093  [[redirects]]
  3094    from = "/enterprise/"
  3095    to = "/latest/enterprise/overview/"
  3096    status = 301
  3097    force = true
  3098  
  3099  [[redirects]]
  3100    from = "/enterprise/deployment/"
  3101    to = "/latest/enterprise/deployment/"
  3102    status = 301
  3103    force = true
  3104  
  3105  [[redirects]]
  3106    from = "/enterprise/auth/auth/"
  3107    to = "/latest/enterprise/auth/auth/"
  3108    status = 301
  3109    force = true
  3110  
  3111  [[redirects]]
  3112    from = "/enterprise/stats/"
  3113    to = "/latest/enterprise/stats/"
  3114    status = 301
  3115    force = true
  3116  
  3117  [[redirects]]
  3118    from = "/enterprise/s3gateway/"
  3119    to = "/latest/enterprise/s3gateway/"
  3120    status = 301
  3121    force = true
  3122  
  3123  [[redirects]]
  3124    from = "/enterprise/saml/"
  3125    to = "/latest/enterprise/saml/"
  3126    status = 301
  3127    force = true
  3128  
  3129  [[redirects]]
  3130    from = "/enterprise/saml_setup/"
  3131    to = "/latest/enterprise/saml_setup/"
  3132    status = 301
  3133    force = true
  3134  
  3135  [[redirects]]
  3136    from = "/enterprise/saml_usage/"
  3137    to = "/latest/enterprise/saml_usage/"
  3138    status = 301
  3139    force = true
  3140  
  3141  [[redirects]]
  3142    from = "/troubleshooting/general_troubleshooting/"
  3143    to = "/latest/troubleshooting/general_troubleshooting/"
  3144    status = 301
  3145    force = true
  3146  
  3147  [[redirects]]
  3148    from = "/troubleshooting/deploy_troubleshooting/"
  3149    to = "/latest/troubleshooting/deploy_troubleshooting/"
  3150    status = 301
  3151    force = true
  3152  
  3153  [[redirects]]
  3154    from = "/troubleshooting/pipeline_troubleshooting/"
  3155    to = "/latest/troubleshooting/pipeline_troubleshooting/"
  3156    status = 301
  3157    force = true
  3158  
  3159  [[redirects]]
  3160     from = "/1.9.x/how-tos/deferred_processing/"
  3161     to = "/1.9.x/concepts/advanced-concepts/deferred_processing/"
  3162     status = 301
  3163     force = true
  3164  
  3165  [[redirects]]
  3166      from = "/1.9.x/how-tos/deferred_processing.md"
  3167      to = "/1.9.x/concepts/advanced-concepts/deferred_processing/"
  3168      status = 301
  3169      force = true
  3170  
  3171  [[redirects]]
  3172      from = "/1.9.x/how-tos/distributed_computing.md"
  3173      to = "/1.9.x/concepts/advanced-concepts/distributed_computing/"
  3174      status = 301
  3175      force = true
  3176  
  3177  [[redirects]]
  3178      from = "/1.9.x/how-tos/distributed_computing.md"
  3179      to = "/1.9.x/concepts/advanced-concepts/distributed_computing/"
  3180      status = 301
  3181      force = true
  3182  
  3183  [[redirects]]
  3184      from = "/master/how-tos/distributed_computing/"
  3185      to = "/master/concepts/advanced-concepts/distributed_computing/"
  3186      status = 301
  3187      force = true
  3188  
  3189  [[redirects]]
  3190       from = "/master/how-tos/deferred_processing/"
  3191       to = "/master/concepts/advanced-concepts/deferred_processing/"
  3192       status = 301
  3193       force = true
  3194  
  3195  [[redirects]]
  3196       from = "/how-tos/deferred_processing/"
  3197       to = "/concepts/advanced-concepts/deferred_processing/"
  3198       status = 301
  3199       force = true
  3200  
  3201  [[redirects]]
  3202       from = "/how-tos/distributed_computing/"
  3203       to = "/concepts/advanced-concepts/distributed_computing/"
  3204       status = 301
  3205       force = true