aboutsummaryrefslogtreecommitdiffstats
path: root/Code-map.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-06 18:36:08 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:30 +0200
commit69de25896c94431f894b9d8dda56e2f540bd7eb9 (patch)
tree58deb8116a82aeb0c131c4a104d24f45cb5e19dc /Code-map.md
parent5d7467a76a8f3992ff8d525c266369be4874622f (diff)
Remove vespa-http-client on Vespa 8
Diffstat (limited to 'Code-map.md')
-rw-r--r--Code-map.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code-map.md b/Code-map.md
index 40307ef7e30..dfd11fffdab 100644
--- a/Code-map.md
+++ b/Code-map.md
@@ -61,7 +61,7 @@ Document operation modules:
- [indexinglanguage](https://github.com/vespa-engine/vespa/tree/master/indexinglanguage) - implementation of the "indexing" language which is used to express the statements prefixed by "indexing:" in the search definition.
- [docprocs](https://github.com/vespa-engine/vespa/tree/master/docprocs) - document processor components bundled with Vespa. Notably the Indexingprocessor - a document processor invoking the indexing language statements configured for the document type in question on document operations.
- [vespaclient-container-plugin](https://github.com/vespa-engine/vespa/tree/master/vespaclient-container-plugin) - implements the document/v1 API and internal API used by the Java HTTP client on top of the jDisc container, forwarding to the Document API.
-- [vespa-http-client](https://github.com/vespa-engine/vespa/tree/master/vespa-http-client) - client for fast writing to the internal API implemented by vespaclient-container-plugin.
+- [vespa-feed-client](https://github.com/vespa-engine/vespa/tree/master/vespa-feed-client) - client for fast writing to the internal API implemented by vespaclient-container-plugin.
## Content nodes