Skip to content

Commit

Permalink
DOCS-6024 redirect obsolete page
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Aug 13, 2015
1 parent c4b1f87 commit ba9f150
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions config/htaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,32 @@ type: redirect
from: '/tutorial/download-and-compile-cpp-driver'
to: '/Download%20and%20Compile'
code: 303
external: 'https://github.com/mongodb/mongo-cxx-driver/wiki'
outputs: ['ecosystem']
outputs:
- { 'ecosystem': 'https://github.com/mongodb/mongo-cxx-driver/wiki'}
---
from: '/tutorial/getting-started-with-cpp-driver'
to: '/blob/legacy/README.md'
code: 303
external: 'https://github.com/mongodb/mongo-cxx-driver'
outputs: ['ecosystem']
outputs:
- { 'ecosystem': 'https://github.com/mongodb/mongo-cxx-driver/wiki'}
---
from: '/drivers/cpp-bson-array-examples'
to: '/blob/legacy/src/mongo/client/examples/arrayExample.cpp'
code: 303
external: 'https://github.com/mongodb/mongo-cxx-driver'
outputs: ['ecosystem']
outputs:
- { 'ecosystem' : 'https://github.com/mongodb/mongo-cxx-driver/wiki' }
---
from: "/drivers/cpp-bson-helper-functions"
to: "/BSON%20Helper%20Functions"
code: 303
external: 'https://github.com/mongodb/mongo-cxx-driver/wiki'
outputs: ['ecosystem']
outputs:
- { 'ecosystem' : 'https://github.com/mongodb/mongo-cxx-driver/wiki' }
---
from: "/drivers/cpp-to-sql-to-mongo-shell"
to: "/"
code: 303
outputs:
- { 'ecosystem' : 'https://github.com/mongodb/mongo-cxx-driver/wiki' }
---
from: '/tutorial/configure-worker-roles-in-azure'
to: '/platforms/windows-azure'
Expand Down

0 comments on commit ba9f150

Please sign in to comment.