Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jan 29, 2024
1 parent bca8893 commit 82be166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/go_module/store_file/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ defer ffclient.Close()
## Expected format
If you use mongodb to store your flags, you need a specific format to store your flags.

We expect the flag to be store in JSON format as defined in the [flag format](../configure_flag/flag_format#format-details),
but you should also add a new field called ` "flag` containing the name of the flag.
We expect the flag to be store in JSON format as defined in the [flag format](../../configure_flag/flag_format#format-details),
but you should also add a new field called `flag` containing the name of the flag.

The retriever will read all the flags from the collection.

Expand Down

0 comments on commit 82be166

Please sign in to comment.