Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions neo4jComRedirects/redirects-labs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ rewrite ^/labs/nsmtx-rdf/?$ /labs/neosemantics/ permanent;
rewrite ^/labs/genai-ecosystem/graphrag-python/?$ /developer/genai-ecosystem/graphrag-python/ permanent;
rewrite ^/labs/genai-ecosystem/vector-search/?$ /developer/genai-ecosystem/vector-search/ permanent;

# NeoDash docs moved to GitHub Pages
rewrite ^/labs/neodash(?:/(.*))?$ https://neo4j-contrib.github.io/neodash/neodash/$1 permanent;

# GraphAcademy
rewrite ^/graphacademy/online-training/introduction-to-neo4j-40/$ https://graphacademy.neo4j.com/courses/neo4j-fundamentals/?ref=redirect permanent;
rewrite ^/graphacademy/online-training/v4/00-intro-neo4j-about/$ https://graphacademy.neo4j.com/courses/neo4j-fundamentals/?ref=redirect permanent;
Expand Down
Loading