Merge pull request #1984 from dapr/aacrawfi/dropdown-fix

Fix dropdown version link for v1.4
This commit is contained in:
greenie-msft 2021-11-18 14:05:24 -08:00 committed by GitHub
commit b006cfce76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ url_latest_version = "https://docs.dapr.io"
url = "https://v1-6.docs.dapr.io"
[[params.versions]]
version = "v1.5 (latest)"
url = "#"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.4"
url = "https://v1-4.docs.dapr.io"