correcting double / in canonical urls (#863)

This commit is contained in:
Marty Hernandez Avedon
2023-09-19 12:54:40 -04:00
committed by GitHub
parent 08f6c59d81
commit cf0e7a280d
132 changed files with 132 additions and 132 deletions
@@ -3,7 +3,7 @@ title: API Tokens
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com//reference-guides/about-the-api/api-tokens"/>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/reference-guides/about-the-api/api-tokens"/>
</head>
By default, some cluster-level API tokens are generated with infinite time-to-live (`ttl=0`). In other words, API tokens with `ttl=0` never expire unless you invalidate them. Tokens are not invalidated by changing a password.