Skip to content

Commit

Permalink
Change doc link
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Apr 28, 2023
1 parent 4c2cd23 commit 2189806
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions website/docs/configure_flag/store_your_flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,49 +41,49 @@ configuration file and will evaluate your feature flags based on this configurat
{
name:"Kubernetes Configmap",
logo: k8slogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#kubernetes-configmap',
gomodule: '/docs/go_module/store_file/kubernetes_configmaps'
relayproxy: '../relay_proxy/configure_relay_proxy#kubernetes-configmap',
gomodule: '../go_module/store_file/kubernetes_configmaps'
},
{
name:"AWS S3",
logo: s3logo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#s3',
gomodule: '/docs/go_module/store_file/s3'
relayproxy: '../relay_proxy/configure_relay_proxy#s3',
gomodule: '../go_module/store_file/s3'
},
{
name:"Google Storage",
logo: googlelogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#google-storage',
gomodule: '/docs/go_module/store_file/google_cloud_storage'
relayproxy: '../relay_proxy/configure_relay_proxy#google-storage',
gomodule: '../go_module/store_file/google_cloud_storage'
},
{
name:"HTTP/HTTPS",
logo: httplogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#http',
gomodule: '/docs/go_module/store_file/http'
relayproxy: '../relay_proxy/configure_relay_proxy#http',
gomodule: '../go_module/store_file/http'
},
{
name:"GitHub",
logo: githublogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#github',
gomodule: '/docs/go_module/store_file/github'
relayproxy: '../relay_proxy/configure_relay_proxy#github',
gomodule: '../go_module/store_file/github'
},
{
name:"Gitlab",
logo: gitlablogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#gitlab',
gomodule: '/docs/go_module/store_file/gitlab'
relayproxy: '../relay_proxy/configure_relay_proxy#gitlab',
gomodule: '../go_module/store_file/gitlab'
},
{
name:"Local File",
logo: filelogo,
relayproxy: '/docs/relay_proxy/configure_relay_proxy#file',
gomodule: '/docs/go_module/store_file/file'
relayproxy: '../relay_proxy/configure_relay_proxy#file',
gomodule: '../go_module/store_file/file'
},
{
name:"Custom retriever",
logo: customlogo,
gomodule: '/docs/go_module/store_file/custom'
gomodule: '../go_module/store_file/custom'
}
]}/>

Expand Down

0 comments on commit 2189806

Please sign in to comment.