Skip to content

Commit

Permalink
Point to test
Browse files Browse the repository at this point in the history
Signed-off-by: Brynn Yin <biyi@microsoft.com>
  • Loading branch information
brynn-code committed Nov 17, 2023
1 parent 3704b8e commit 1ecb9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
{
"name": "Python",
"version": "python",
"url": "https://microsoft.github.io/promptflow/python/",
"url": "https://promptflow-reference.azurewebsites.net/_build/python/",
"preferred": true
},
{
"name": "JavaScript",
"version": "javascript",
"url": "https://microsoft.github.io/promptflow/javascript/"
"url": "https://promptflow-reference.azurewebsites.net/_build/javascript/"
},
{
"name": "C#",
"version": "csharp",
"url": "https://microsoft.github.io/promptflow/csharp/"
"url": "https://promptflow-reference.azurewebsites.net/_build/csharp/"
}
]

0 comments on commit 1ecb9db

Please sign in to comment.