Skip to content

Commit 807763f

Browse files
#RI-2450-remove additional path
1 parent 6677d07 commit 807763f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tutorials.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,39 @@
2121
"id": "working_with_json",
2222
"label": "Working with JSON",
2323
"args": {
24-
"path": "/tutorials/redis_stack/working_with_json.md"
24+
"path": "/redis_stack/working_with_json.md"
2525
}
2626
},
2727
"vss": {
2828
"type": "internal-link",
2929
"id": "vector_similarity_search",
3030
"label": "Vector Similarity Search",
3131
"args": {
32-
"path": "/tutorials/redis_stack/vector_similarity_search.md"
32+
"path": "/redis_stack/vector_similarity_search.md"
3333
}
3434
},
3535
"timeseries": {
3636
"type": "internal-link",
3737
"id": "redis_for_time_series",
3838
"label": "Redis for time series",
3939
"args": {
40-
"path": "/tutorials/redis_stack/redis_for_time_series.md"
40+
"path": "/redis_stack/redis_for_time_series.md"
4141
}
4242
},
4343
"graph": {
4444
"type": "internal-link",
4545
"id": "working_with_graphs",
4646
"label": "Working with graphs",
4747
"args": {
48-
"path": "/tutorials/redis_stack/working_with_graphs.md"
48+
"path": "/redis_stack/working_with_graphs.md"
4949
}
5050
},
5151
"bloom": {
5252
"type": "internal-link",
5353
"id": "probabilistic_data_structures",
5454
"label": "Probabilistic data structures",
5555
"args": {
56-
"path": "/tutorials/redis_stack/probabilistic_data_structures.md"
56+
"path": "/redis_stack/probabilistic_data_structures.md"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)