Skip to content

Commit ee744e1

Browse files
Update mlrun.md (#3251)
The URL is targeted towards a landing page for the MLRun Serving. After the release of version 0.10.x, there is no more landing index.html page as such : https://docs.mlrun.org/en/latest/serving/index.html The last one was in version 0.9.x: https://docs.mlrun.org/en/v0.9.3/serving/index.html So I'm suggesting to changing it to: https://docs.mlrun.org/en/latest/serving/build-graph-model-serving.html
1 parent 63d72fe commit ee744e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/external-add-ons/serving

content/en/docs/external-add-ons/serving/mlrun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight = 45
77
+++
88

99

10-
[MLRun serving](https://docs.mlrun.org/en/latest/serving/index.html) graphs allow you to build, test, deploy, and monitor real-time data processing and advanced model serving pipelines with minimal effort.
10+
[MLRun serving](https://docs.mlrun.org/en/latest/serving/build-graph-model-serving.html) graphs allow you to build, test, deploy, and monitor real-time data processing and advanced model serving pipelines with minimal effort.
1111
MLRun Serving is built on top of the real-time serverless framework [Nuclio](https://github.com/nuclio/nuclio), and is API compatible with KFServing v2. MLRun’s serving functions can be deployed automatically using CLI, SDK, or Kubeflow Pipelines (KFP) operations.
1212

1313
With MLRun Serving you compose a graph of steps (composed of pre-defined graph blocks or native python classes/functions).

0 commit comments

Comments
 (0)