Skip to content

Commit

Permalink
Switch to demo.fortio.org for live demo, use new logo for browse/repo…
Browse files Browse the repository at this point in the history
…rt mode
  • Loading branch information
ldemailly committed May 8, 2022
1 parent 58f458f commit c79d0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1111,7 +1111,7 @@ Code 429 : 56 (1.9 %)
Code 503 : 15 (0.5 %)
```

There are newer/live examples on [istio.io/docs/concepts/performance-and-scalability/#synthetic-end-to-end-benchmarks](https://archive.istio.io/v1.0/docs/concepts/performance-and-scalability/#synthetic-end-to-end-benchmarks)
There are live examples on [demo.fortio.org](https://demo.fortio.org/)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion ui/uihandler.go
Expand Up @@ -998,7 +998,7 @@ func Report(baseurl, port, datadir string) bool {
fmt.Printf(uiMsg + "\n")
uiPath = "/"
dataDir = datadir
logoPath = version.Short() + "/static/img/logo.svg"
logoPath = version.Short() + "/static/img/fortio-logo-gradient-no-bg.svg"
chartJSPath = version.Short() + "/static/js/Chart.min.js"
fs := http.FileServer(http.FS(staticFS))
prefix := uiPath + version.Short()
Expand Down

0 comments on commit c79d0b1

Please sign in to comment.