Skip to content

Commit 17d5fb6

Browse files
author
Chris Cho
authored
DOCSP-11412 update redirects (#657)
* Removed duplicate statement in example code
1 parent 02e4a3f commit 17d5fb6

File tree

1 file changed

+101
-101
lines changed

1 file changed

+101
-101
lines changed

config/redirects

Lines changed: 101 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,108 @@
1-
define: base https://docs.mongodb.com/ecosystem
1+
define: base https://docs.mongodb.com/drivers
22
define: kafka https://docs.mongodb.com/kafka-connector/current
33
define: manual https://docs.mongodb.com/manual
44
define: atlas https://docs.atlas.mongodb.com
55
define: devhub https://developer.mongodb.com
66

7-
raw: ecosystem/platforms/amazon-ec2 -> ${atlas}/
8-
raw: ecosystem/platforms/red-hat-enterprise-linux -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
9-
raw: ecosystem/platforms/windows-azure -> ${atlas}/reference/microsoft-azure/#microsoft-azure
10-
raw: ecosystem/platforms/windows -> ${manual}/tutorial/install-mongodb-enterprise-on-windows/
11-
raw: ecosystem/tools/hadoop -> https://github.com/mongodb/mongo-hadoop
12-
raw: ecosystem/tools/munin -> https://github.com/comerford/mongo-munin
13-
raw: ecosystem/tutorial/authenticate-with-csharp-driver -> ${base}/csharp
14-
raw: ecosystem/tutorial/backup-and-restore-mongodb-on-amazon-ec2 -> ${atlas}/backup-restore-cluster/
15-
raw: ecosystem/tutorial/configure-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
16-
raw: ecosystem/tutorial/getting-started-with-hadoop -> https://github.com/mongodb/mongo-hadoop
17-
raw: ecosystem/tutorial/manage-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
18-
raw: ecosystem/use-cases/category-hierarchy -> ${devhub}
19-
raw: ecosystem/use-cases/hadoop -> https://github.com/mongodb/mongo-hadoop
20-
raw: ecosystem/use-cases/hierarchical-aggregation -> ${devhub}
21-
raw: ecosystem/use-cases/http-interfaces -> ${devub}
22-
raw: ecosystem/use-cases/inventory-management -> ${devub}
23-
raw: ecosystem/use-cases/metadata-and-asset-management -> ${devub}
24-
raw: ecosystem/use-cases/product-catalog -> ${devub}
25-
raw: ecosystem/use-cases/storing-comments -> ${devub}
26-
raw: ecosystem/use-cases/storing-log-data -> ${devub}
7+
raw: drivers/platforms/amazon-ec2 -> ${atlas}/
8+
raw: drivers/platforms/red-hat-enterprise-linux -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
9+
raw: drivers/platforms/windows-azure -> ${atlas}/reference/microsoft-azure/#microsoft-azure
10+
raw: drivers/platforms/windows -> ${manual}/tutorial/install-mongodb-enterprise-on-windows/
11+
raw: drivers/tools/hadoop -> https://github.com/mongodb/mongo-hadoop
12+
raw: drivers/tools/munin -> https://github.com/comerford/mongo-munin
13+
raw: drivers/tutorial/authenticate-with-csharp-driver -> ${base}/csharp
14+
raw: drivers/tutorial/backup-and-restore-mongodb-on-amazon-ec2 -> ${atlas}/backup-restore-cluster/
15+
raw: drivers/tutorial/configure-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
16+
raw: drivers/tutorial/getting-started-with-hadoop -> https://github.com/mongodb/mongo-hadoop
17+
raw: drivers/tutorial/manage-red-hat-enterprise-linux-identity-management -> ${manual}/tutorial/install-mongodb-enterprise-on-red-hat/
18+
raw: drivers/use-cases/category-hierarchy -> ${devhub}
19+
raw: drivers/use-cases/hadoop -> https://github.com/mongodb/mongo-hadoop
20+
raw: drivers/use-cases/hierarchical-aggregation -> ${devhub}
21+
raw: drivers/use-cases/http-interfaces -> ${devhub}
22+
raw: drivers/use-cases/inventory-management -> ${devhub}
23+
raw: drivers/use-cases/metadata-and-asset-management -> ${devhub}
24+
raw: drivers/use-cases/product-catalog -> ${devhub}
25+
raw: drivers/use-cases/storing-comments -> ${devhub}
26+
raw: drivers/use-cases/storing-log-data -> ${devhub}
2727

28-
raw: ecosystem/tutorial/install-mongodb-on-amazon-ec2 -> ${base}/platforms/amazon-ec2
29-
raw: ecosystem/tutorial/automate-deployment-with-cloudformation -> ${base}/platforms/amazon-ec2
30-
raw: ecosystem/tutorial/deploy-mongodb-from-aws-marketplace -> ${base}/platforms/amazon-ec2
31-
raw: ecosystem/tutorial/install-mongodb-on-windows-azure -> ${base}/platforms/windows-azure
32-
raw: ecosystem/tutorials -> ${base}/tutorial
33-
raw: ecosystem/drivers/javascript -> ${base}/drivers/node-js
34-
raw: ecosystem/tutorial/download-and-compile-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile
35-
raw: ecosystem/tutorial/getting-started-with-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/README.md
36-
raw: ecosystem/drivers/cpp-bson-array-examples -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/src/mongo/client/examples/arrayExample.cpp
37-
raw: ecosystem/drivers/cpp-bson-helper-functions -> https://github.com/mongodb/mongo-cxx-driver/wiki/BSON%20Helper%20Functions
38-
raw: ecosystem/drivers/cpp-to-sql-to-mongo-shell -> https://github.com/mongodb/mongo-cxx-driver/wiki
39-
raw: ecosystem/tools/administration-interfaces -> ${base}/tools
40-
raw: ecosystem/tutorial/configure-worker-roles-in-azure -> ${base}/platforms/windows-azure
41-
raw: ecosystem/tutorial/deploy-mongodb-worker-roles-in-azure-version-1-6 -> ${base}/platforms/windows-azure
42-
raw: ecosystem/tutorial/deploy-mongodb-worker-roles-in-azure -> ${base}/platforms/windows-azure
43-
raw: ecosystem/tutorial/build-an-application-to-connect-to-mongodb-on-azure -> ${base}/platforms/windows-azure
44-
raw: ecosystem/tutorial/use-java-dbobject-to-perform-saves -> ${base}/drivers/java
45-
raw: ecosystem/drivers/java-concurrency -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
46-
raw: ecosystem/drivers/java-replica-set-semantics -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
47-
raw: ecosystem/drivers/java-types -> http://mongodb.github.io/mongo-java-driver/3.0/bson
48-
raw: ecosystem/tutorial/getting-started-with-3.0-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
49-
raw: ecosystem/tutorial/getting-started-with-java-driver -> http://mongodb.github.io/mongo-java-driver/2.13/getting-started/quick-tour
50-
raw: ecosystem/tutorial/use-aggregation-framework-with-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
51-
raw: ecosystem/drivers/csharp-community-projects -> ${base}/drivers/csharp
52-
raw: ecosystem/tutorial/authenticate-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/authentication
53-
raw: ecosystem/tutorial/getting-started-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
54-
raw: ecosystem/tutorial/serialize-documents-with-the-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
55-
raw: ecosystem/tutorial/use-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
56-
raw: ecosystem/tutorial/use-linq-queries-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
57-
raw: ecosystem/tutorial/getting-started-with-ruby-on-rails-3 -> ${base}/tutorial/ruby-bson-tutorial
58-
raw: ecosystem/tutorial/getting-started-with-ruby-on-rails -> ${base}/tutorial/ruby-bson-tutorial
59-
raw: ecosystem/tutorial/authenticate-with-java-driver/ -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/authenticating
60-
raw: ecosystem/tutorial/install-mongodb-on-linux-in-azure -> ${base}/platforms/windows-azure
61-
raw: ecosystem/tutorial/model-data-for-ruby-on-rails -> ${base}/drivers/ruby
62-
raw: ecosystem/tools/applications -> https://www.mongodb.com/community/deployments
63-
raw: ecosystem/tutorial/download-and-compile-cpp-driver-legacy -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download-and-Compile-the-Legacy-Driver
64-
raw: ecosystem/drivers/ruby -> https://docs.mongodb.com/ruby-driver/current
65-
raw: ecosystem/drivers/ruby-resources -> https://docs.mongodb.com/ruby-driver/current/reference/additional-resources
66-
raw: ecosystem/tutorial/ruby-driver-tutorial -> https://docs.mongodb.com/ruby-driver/v2.2
67-
raw: ecosystem/tutorial/ruby-driver-tutorial-2-0 -> https://docs.mongodb.com/ruby-driver/v2.0
68-
raw: ecosystem/tutorial/ruby-bson-tutorial -> https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4
69-
raw: ecosystem/tutorial/ruby-bson-tutorial-4-0 -> https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4
70-
raw: ecosystem/tutorial/ruby-mongoid-tutorial -> https://docs.mongodb.com/mongoid/current/
71-
raw: ecosystem/tutorial/mongoid-callbacks -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-callbacks/
72-
raw: ecosystem/tutorial/mongoid-documents -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-documents
73-
raw: ecosystem/tutorial/mongoid-indexes -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-indexes
74-
raw: ecosystem/tutorial/mongoid-installation -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-installation
75-
raw: ecosystem/tutorial/mongoid-nested-attributes -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-nested-attributes
76-
raw: ecosystem/tutorial/mongoid-persistence -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-persistence
77-
raw: ecosystem/tutorial/mongoid-queries -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-queries
78-
raw: ecosystem/tutorial/mongoid-rails -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-rails
79-
raw: ecosystem/tutorial/mongoid-relations -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-relations
80-
raw: ecosystem/tutorial/mongoid-upgrade -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-upgrade
81-
raw: ecosystem/tutorial/mongoid-validation -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-validation
82-
raw: ecosystem/drivers/downloads -> ${base}/drivers
83-
raw: ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine -> https://pymodm.readthedocs.io/en/latest/getting-started.html
84-
raw: ecosystem/use-cases/pre-aggregated-reports -> ${base}/use-cases/pre-aggregated-reports-mmapv1
85-
raw: ecosystem/tutorial/authenticate-with-cpp-driver -> https://mongodb.github.io/mongo-cxx-driver
86-
raw: ecosystem/drivers/perl-internals -> ${base}/drivers/perl
87-
raw: ecosystem/platforms/digitalocean -> https://docs.atlas.mongodb.com
88-
raw: ecosystem/platforms/modulus -> https://docs.atlas.mongodb.com
89-
raw: ecosystem/platforms/rackspace-cloud -> https://docs.atlas.mongodb.com
90-
raw: ecosystem/platforms/red-hat-openshift -> https://docs.mongodb.com/kubernetes-operator/stable/
91-
raw: ecosystem/platforms/dotcloud -> https://docs.atlas.mongodb.com
92-
raw: ecosystem/platforms/vmware-cloud-foundry -> https://pivotal.io/platform/services-marketplace/data-management/mongodb
93-
raw: ecosystem/use-cases/pre-aggregated-reports-mmapv1 -> https://docs.mongodb.com/manual/changeStreams
94-
raw: ecosystem/tools/wireshark -> https://wiki.wireshark.org/Mongo
95-
raw: ecosystem/drivers/syntax-table -> ${base}/drivers
96-
raw: ecosystem/use-cases/sensitive-data-encryption -> ${base}/use-cases/client-side-field-level-encryption-guide
97-
raw: ecosystem/connectors/kafka -> ${kafka}
98-
raw: ecosystem/connectors/kafka-connect-migration -> ${kafka}/kafka-connect-migration
99-
raw: ecosystem/connectors/kafka-docker-example -> ${kafka}/kafka-docker-example
100-
raw: ecosystem/connectors/kafka-installation -> ${kafka}/kafka-installation
101-
raw: ecosystem/connectors/kafka-sink-cdc -> ${kafka}/kafka-sink-cdc
102-
raw: ecosystem/connectors/kafka-sink-data-formats -> ${kafka}/kafka-sink-data-formats
103-
raw: ecosystem/connectors/kafka-sink-postprocessors -> ${kafka}/kafka-sink-postprocessors
104-
raw: ecosystem/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-properties
105-
raw: ecosystem/connectors/kafka-sink -> ${kafka}/kafka-sink
106-
raw: ecosystem/connectors/kafka-source -> ${kafka}/kafka-source
107-
raw: ecosystem/tools/http-interfaces -> ${base}/use-cases/http-interfaces
28+
raw: drivers/tutorial/install-mongodb-on-amazon-ec2 -> ${base}/platforms/amazon-ec2
29+
raw: drivers/tutorial/automate-deployment-with-cloudformation -> ${base}/platforms/amazon-ec2
30+
raw: drivers/tutorial/deploy-mongodb-from-aws-marketplace -> ${base}/platforms/amazon-ec2
31+
raw: drivers/tutorial/install-mongodb-on-windows-azure -> ${base}/platforms/windows-azure
32+
raw: drivers/tutorials -> ${base}/tutorial
33+
raw: drivers/javascript -> ${base}/drivers/node-js
34+
raw: drivers/tutorial/download-and-compile-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile
35+
raw: drivers/tutorial/getting-started-with-cpp-driver -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/README.md
36+
raw: drivers/cpp-bson-array-examples -> https://github.com/mongodb/mongo-cxx-driver/wiki/blob/legacy/src/mongo/client/examples/arrayExample.cpp
37+
raw: drivers/cpp-bson-helper-functions -> https://github.com/mongodb/mongo-cxx-driver/wiki/BSON%20Helper%20Functions
38+
raw: drivers/cpp-to-sql-to-mongo-shell -> https://github.com/mongodb/mongo-cxx-driver/wiki
39+
raw: drivers/tools/administration-interfaces -> ${base}/tools
40+
raw: drivers/tutorial/configure-worker-roles-in-azure -> ${base}/platforms/windows-azure
41+
raw: drivers/tutorial/deploy-mongodb-worker-roles-in-azure-version-1-6 -> ${base}/platforms/windows-azure
42+
raw: drivers/tutorial/deploy-mongodb-worker-roles-in-azure -> ${base}/platforms/windows-azure
43+
raw: drivers/tutorial/build-an-application-to-connect-to-mongodb-on-azure -> ${base}/platforms/windows-azure
44+
raw: drivers/tutorial/use-java-dbobject-to-perform-saves -> ${base}/drivers/java
45+
raw: drivers/java-concurrency -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
46+
raw: drivers/java-replica-set-semantics -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/crud
47+
raw: drivers/java-types -> http://mongodb.github.io/mongo-java-driver/3.0/bson
48+
raw: drivers/tutorial/getting-started-with-3.0-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
49+
raw: drivers/tutorial/getting-started-with-java-driver -> http://mongodb.github.io/mongo-java-driver/2.13/getting-started/quick-tour
50+
raw: drivers/tutorial/use-aggregation-framework-with-java-driver -> http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour
51+
raw: drivers/csharp-community-projects -> ${base}/drivers/csharp
52+
raw: drivers/tutorial/authenticate-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/authentication
53+
raw: drivers/tutorial/getting-started-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
54+
raw: drivers/tutorial/serialize-documents-with-the-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
55+
raw: drivers/tutorial/use-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
56+
raw: drivers/tutorial/use-linq-queries-with-csharp-driver -> http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started
57+
raw: drivers/tutorial/getting-started-with-ruby-on-rails-3 -> ${base}/tutorial/ruby-bson-tutorial
58+
raw: drivers/tutorial/getting-started-with-ruby-on-rails -> ${base}/tutorial/ruby-bson-tutorial
59+
raw: drivers/tutorial/authenticate-with-java-driver/ -> http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/authenticating
60+
raw: drivers/tutorial/install-mongodb-on-linux-in-azure -> ${base}/platforms/windows-azure
61+
raw: drivers/tutorial/model-data-for-ruby-on-rails -> ${base}/drivers/ruby
62+
raw: drivers/tools/applications -> https://www.mongodb.com/community/deployments
63+
raw: drivers/tutorial/download-and-compile-cpp-driver-legacy -> https://github.com/mongodb/mongo-cxx-driver/wiki/Download-and-Compile-the-Legacy-Driver
64+
raw: drivers/ruby -> https://docs.mongodb.com/ruby-driver/current
65+
raw: drivers/ruby-resources -> https://docs.mongodb.com/ruby-driver/current/reference/additional-resources
66+
raw: drivers/tutorial/ruby-driver-tutorial -> https://docs.mongodb.com/ruby-driver/v2.2
67+
raw: drivers/tutorial/ruby-driver-tutorial-2-0 -> https://docs.mongodb.com/ruby-driver/v2.0
68+
raw: drivers/tutorial/ruby-bson-tutorial -> https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4
69+
raw: drivers/tutorial/ruby-bson-tutorial-4-0 -> https://docs.mongodb.com/ruby-driver/current/tutorials/bson-v4
70+
raw: drivers/tutorial/ruby-mongoid-tutorial -> https://docs.mongodb.com/mongoid/current/
71+
raw: drivers/tutorial/mongoid-callbacks -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-callbacks/
72+
raw: drivers/tutorial/mongoid-documents -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-documents
73+
raw: drivers/tutorial/mongoid-indexes -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-indexes
74+
raw: drivers/tutorial/mongoid-installation -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-installation
75+
raw: drivers/tutorial/mongoid-nested-attributes -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-nested-attributes
76+
raw: drivers/tutorial/mongoid-persistence -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-persistence
77+
raw: drivers/tutorial/mongoid-queries -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-queries
78+
raw: drivers/tutorial/mongoid-rails -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-rails
79+
raw: drivers/tutorial/mongoid-relations -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-relations
80+
raw: drivers/tutorial/mongoid-upgrade -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-upgrade
81+
raw: drivers/tutorial/mongoid-validation -> https://docs.mongodb.com/mongoid/current/tutorials/mongoid-validation
82+
raw: drivers/downloads -> ${base}/drivers
83+
raw: drivers/tutorial/write-a-tumblelog-application-with-flask-mongoengine -> https://pymodm.readthedocs.io/en/latest/getting-started.html
84+
raw: drivers/use-cases/pre-aggregated-reports -> ${base}/use-cases/pre-aggregated-reports-mmapv1
85+
raw: drivers/tutorial/authenticate-with-cpp-driver -> https://mongodb.github.io/mongo-cxx-driver
86+
raw: drivers/perl-internals -> ${base}/drivers/perl
87+
raw: drivers/platforms/digitalocean -> https://docs.atlas.mongodb.com
88+
raw: drivers/platforms/modulus -> https://docs.atlas.mongodb.com
89+
raw: drivers/platforms/rackspace-cloud -> https://docs.atlas.mongodb.com
90+
raw: drivers/platforms/red-hat-openshift -> https://docs.mongodb.com/kubernetes-operator/stable/
91+
raw: drivers/platforms/dotcloud -> https://docs.atlas.mongodb.com
92+
raw: drivers/platforms/vmware-cloud-foundry -> https://pivotal.io/platform/services-marketplace/data-management/mongodb
93+
raw: drivers/use-cases/pre-aggregated-reports-mmapv1 -> https://docs.mongodb.com/manual/changeStreams
94+
raw: drivers/tools/wireshark -> https://wiki.wireshark.org/Mongo
95+
raw: drivers/syntax-table -> ${base}/drivers
96+
raw: drivers/use-cases/sensitive-data-encryption -> ${base}/use-cases/client-side-field-level-encryption-guide
97+
raw: drivers/connectors/kafka -> ${kafka}
98+
raw: drivers/connectors/kafka-connect-migration -> ${kafka}/kafka-connect-migration
99+
raw: drivers/connectors/kafka-docker-example -> ${kafka}/kafka-docker-example
100+
raw: drivers/connectors/kafka-installation -> ${kafka}/kafka-installation
101+
raw: drivers/connectors/kafka-sink-cdc -> ${kafka}/kafka-sink-cdc
102+
raw: drivers/connectors/kafka-sink-data-formats -> ${kafka}/kafka-sink-data-formats
103+
raw: drivers/connectors/kafka-sink-postprocessors -> ${kafka}/kafka-sink-postprocessors
104+
raw: drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-properties
105+
raw: drivers/connectors/kafka-sink -> ${kafka}/kafka-sink
106+
raw: drivers/connectors/kafka-source -> ${kafka}/kafka-source
107+
raw: drivers/tools/http-interfaces -> ${base}/use-cases/http-interfaces
108108

0 commit comments

Comments
 (0)