Skip to content

Commit ddff204

Browse files
committed
fix broken images
1 parent ea9770a commit ddff204

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ServiceStack's **Add ServiceStack Reference** feature allows clients to generate Native Types from directly within PyCharm using [ServiceStack IntelliJ Plugin](https://plugins.jetbrains.com/plugin/7749-servicestack/) - providing a simple way to give clients typed access to your ServiceStack Services.
44

55

6-
[![](https://docs.servicestack.net/images/servicestack-reference/python-add-servicestack-reference-youtube-splash.png)](https://youtu.be/WjbhfH45i5k)
6+
[![](https://docs.servicestack.net/img/pages/servicestack-reference/python-add-servicestack-reference-youtube-splash.png)](https://youtu.be/WjbhfH45i5k)
77

88
> YouTube: [youtu.be/WjbhfH45i5k](https://youtu.be/WjbhfH45i5k)
99
@@ -109,15 +109,15 @@ Or if preferred can be installed with [conda](https://conda.io):
109109

110110
Python developers of [PyCharm](https://www.jetbrains.com/pycharm/) Professional and [FREE Community Edition](https://www.jetbrains.com/pycharm/features/#chooseYourEdition) can get a simplified development experience for consuming ServiceStack Services by installing the [ServiceStack Plugin](https://plugins.jetbrains.com/plugin/7749-servicestack) from the JetBrains Marketplace:
111111

112-
[![](https://docs.servicestack.net/images/servicestack-reference/pycharm-servicestack-plugin.png)](https://plugins.jetbrains.com/plugin/7749-servicestack)
112+
[![](https://docs.servicestack.net/img/pages/servicestack-reference/pycharm-servicestack-plugin.png)](https://plugins.jetbrains.com/plugin/7749-servicestack)
113113

114114
Where you'll be able to right-click on a directory and click on **ServiceStack Reference** on the context menu:
115115

116-
![](https://docs.servicestack.net/images/servicestack-reference/pycharm-add-servicestack-reference.png)
116+
![](https://docs.servicestack.net/img/pages/servicestack-reference/pycharm-add-servicestack-reference.png)
117117

118118
To launch the **Add Python ServiceStack Reference** dialog where you can enter the remote URL of the ServiceStack endpoint you wish to call to generate the Typed Python DTOs for all APIs which by default will saved to `dtos.py`:
119119

120-
![](https://docs.servicestack.net/images/servicestack-reference/pycharm-add-servicestack-reference-dialog.png)
120+
![](https://docs.servicestack.net/img/pages/servicestack-reference/pycharm-add-servicestack-reference-dialog.png)
121121

122122
Then just import the DTOs and `JsonServiceClient` to be able to consume any of the remote ServiceStack APIs:
123123

@@ -135,7 +135,7 @@ response = client.send(FindTechnologies(
135135

136136
If any of the the remote APIs change their DTOs can be updated by right-clicking on `dtos.py` and clicking **Update ServiceStack Reference**:
137137

138-
![](https://docs.servicestack.net/images/servicestack-reference/pycharm-update-servicestack-reference.png)
138+
![](https://docs.servicestack.net/img/pages/servicestack-reference/pycharm-update-servicestack-reference.png)
139139

140140
### Simple command-line utility for Python
141141

@@ -908,4 +908,4 @@ Top 10 python Repos:
908908

909909
Alternatively you can use `htmldump` to generate API responses in a HTML UI which is especially useful in [Python Jupyter Notebooks](https://docs.servicestack.net/jupyter-notebooks-python) to easily visualize API responses, e.g:
910910

911-
[![](https://docs.servicestack.net/images/apps/jupyterlab-mybinder-techstacks.png)](https://github.com/ServiceStack/jupyter-notebooks/blob/main/techstacks.io-FindTechnologies.ipynb)
911+
[![](https://docs.servicestack.net/img/pages/apps/jupyterlab-mybinder-techstacks.png)](https://github.com/ServiceStack/jupyter-notebooks/blob/main/techstacks.io-FindTechnologies.ipynb)

0 commit comments

Comments
 (0)