Skip to content

Commit 4d45a1c

Browse files
committed
Fix naming
1 parent 4eb9ff0 commit 4d45a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The custom service file should define a method that acts as an entry point for e
1717
The function can have any name, not necessarily handle, however this function should accept, the following parameters
1818

1919
* **data** - The input data from the incoming request
20-
* **context** - Is the MMS [context](https://github.com/awslabs/mxnet-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
20+
* **context** - Is the MMS [context](https://github.com/awslabs/multi-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
2121

2222

2323
The signature of a entry point function is:

0 commit comments

Comments
 (0)