Skip to content

Commit

Permalink
Fix language_wrappers links and formatting
Browse files Browse the repository at this point in the history
Fixes minor link and formatting issues.
  • Loading branch information
ozturkberkay authored Apr 26, 2020
1 parent 53ba389 commit 8880b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/wrappers/language_wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Below are languages that have not yet been signed off as graduated and stable, b

#### Java [Incubating]

Currently the Java wrapper is being used across a large amount of critical environments, however we are currently require the Java wrapper to have the same level of features as the python wrapper for graduation. You can follow the progress for this [through our GitHub issue #1344](https://github.com/SeldonIO/seldon-core/issues/1344).
Currently the Java wrapper is being used across a large amount of critical environments, however we are currently requiring the Java wrapper to have the same level of features as the python wrapper for graduation. You can follow the progress for this [through our GitHub issue #1344](https://github.com/SeldonIO/seldon-core/issues/1344).

Java based models including, [H2O](https://www.h2o.ai/), [Deep Learning 4J](https://deeplearning4j.org/), Spark (standalone exported models).
Java based models including, [H2O](https://www.h2o.ai/), [Deep Learning 4J](https://deeplearning4j.org/), [Spark](https://spark.apache.org/) (standalone exported models).

Please read the [Java models wrapped using source-to-image](../java/README.md) for further information in regards to how it can be used.

Expand All @@ -47,5 +47,5 @@ Please read the [Java models wrapped using source-to-image](../java/README.md) f

#### Go [Alpha]

- [Example Go integration](https://github.com/SeldonIO/seldon-core/tree/master/examples/wrappers/go)
- [Example Go integration](https://github.com/SeldonIO/seldon-core/blob/master/incubating/wrappers/s2i/go/SeldonGoModel.ipynb)

0 comments on commit 8880b96

Please sign in to comment.