Skip to content

Commit

Permalink
Reorder, rename, and fix About Jaeger links (jaegertracing#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Mar 9, 2020
1 parent f158a12 commit e6597d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/jaeger-ui/src/constants/default-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export default deepFreeze(
label: 'About Jaeger',
items: [
{
label: 'GitHub',
url: 'https://github.com/uber/jaeger',
label: 'Website/Docs',
url: 'https://www.jaegertracing.io/',
},
{
label: 'Docs',
url: 'http://jaeger.readthedocs.io/en/latest/',
label: 'Blog',
url: 'https://medium.com/jaegertracing/',
},
{
label: 'Twitter',
Expand All @@ -46,12 +46,12 @@ export default deepFreeze(
url: 'https://groups.google.com/forum/#!forum/jaeger-tracing',
},
{
label: 'Gitter.im',
label: 'Online Chat',
url: 'https://gitter.im/jaegertracing/Lobby',
},
{
label: 'Blog',
url: 'https://medium.com/jaegertracing/',
label: 'GitHub',
url: 'https://github.com/jaegertracing/',
},
],
},
Expand Down

0 comments on commit e6597d9

Please sign in to comment.