Skip to content

Commit 29e3b00

Browse files
author
r0oike
committed
docs:update images link
1 parent 59ae9ca commit 29e3b00

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.rst

100644100755
+6-8
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ supported), and the format is ``field=regexp``, for example, we query in
235235

236236
::
237237

238-
$ zooomeye search "telnet" -filter banner=telnet
238+
$ zoomeye search "telnet" -filter banner=telnet
239239
ip banner
240240
222.*.*.* \xff\xfb\x01\xff\xfb\x03\xff\xfd\x03TELNET session now in ESTABLISHED state\r\n\r\n
241241

@@ -439,11 +439,8 @@ data more conveniently and extract the specified data fields as follows:
439439
time, ``ZoomEye`` periodically scans and updates the data, resulting
440440
in the above data inconsistency, so cli will use the newer statistical
441441
results.
442-
443-
.. figure:: https://github.com/knownsec/ZoomEye-python/blob/dev/images/image-20210111111035187.png
444-
:alt: image-20210111111035187
445-
446-
image-20210111111035187
442+
443+
| |image-20210111111035187|
447444
448445
| **3.Why may the total amount of data in ZoomEye-python and the browser
449446
search the same dork be different?**
@@ -488,6 +485,7 @@ partner, you can refer to The way to join the group of Starlink Project.
488485
489486
.. |asciicast| image:: https://asciinema.org/a/qyDaJw9qQc7UjffD04HzMApWa.svg
490487
:target: https://asciinema.org/a/qyDaJw9qQc7UjffD04HzMApWa
491-
.. |image-20210111141028072| image:: https://github.com/knownsec/ZoomEye-python/blob/dev/images/image-20210111141028072.png
492-
.. |image-20210111141114558| image:: https://github.com/knownsec/ZoomEye-python/blob/dev/images/image-20210111141114558.png
488+
.. |image-20210111111035187| image:: https://raw.githubusercontent.com/knownsec/ZoomEye-python/master/images/image-20210111111035187.png
489+
.. |image-20210111141028072| image:: https://raw.githubusercontent.com/knownsec/ZoomEye-python/master/images/image-20210111141028072.png
490+
.. |image-20210111141114558| image:: https://raw.githubusercontent.com/knownsec/ZoomEye-python/master/images/image-20210111141114558.png
493491
.. |image1| image:: https://github.com/knownsec/404StarLink-Project/raw/master/logo.png

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'Programming Language :: Python :: 3.6',
3939
'Programming Language :: Python :: 3.7',
4040
'Programming Language :: Python :: 3.8',
41-
'Programming Language :: Python :: 3.9'
41+
'Programming Language :: Python :: 3.9',
4242
'Topic :: Software Development :: Libraries :: Python Modules',
4343
],
4444
)

0 commit comments

Comments
 (0)