Lutz Roeder 7 лет назад
Родитель
Сommit
1c2894b2b8
4 измененных файлов с 6 добавлено и 6 удалено
  1. 1 1
      Makefile
  2. 3 3
      README.md
  3. 1 1
      setup.py
  4. 1 1
      src/view-browser.html

+ 1 - 1
Makefile

@@ -38,7 +38,7 @@ publish_github_pages:
 	@[ -d node_modules ] || npm install
 	python ./setup.py build
 	rm -rf ./build/gh-pages
-	git clone [email protected]:lutzroeder/Netron.git ./build/gh-pages --branch gh-pages
+	git clone [email protected]:lutzroeder/netron.git ./build/gh-pages --branch gh-pages
 	rm -rf ./build/gh-pages/*
 	cp -R ./build/python/lib/netron/* ./build/gh-pages/
 	rm -rf ./build/gh-pages/*.py

+ 3 - 3
README.md

@@ -9,11 +9,11 @@ Netron supports **[ONNX](http://onnx.ai)** (`.onnx`, `.pb`), **Keras** (`.h5`, `
 
 ## Install
 
-**macOS**: [**Download**](https://github.com/lutzroeder/Netron/releases/latest) the `.dmg` file or with [Homebrew](https://caskroom.github.io) run `brew cask install netron`
+**macOS**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.dmg` file or with [Homebrew](https://caskroom.github.io) run `brew cask install netron`
 
-**Linux**: [**Download**](https://github.com/lutzroeder/Netron/releases/latest) the `.AppImage` or `.deb` file. 
+**Linux**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.AppImage` or `.deb` file. 
 
-**Windows**: [**Download**](https://github.com/lutzroeder/Netron/releases/latest) the `.exe` installer.
+**Windows**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.exe` installer.
 
 **Browser**: [**Start**](https://www.lutzroeder.com/ai/netron) the browser version.
 

+ 1 - 1
setup.py

@@ -105,7 +105,7 @@ setuptools.setup(
     install_requires=[],
     author='Lutz Roeder',
     author_email='[email protected]',
-    url='https://github.com/lutzroeder/Netron',
+    url='https://github.com/lutzroeder/netron',
     scripts=[
         'src/netron'
     ],

+ 1 - 1
src/view-browser.html

@@ -16,7 +16,7 @@
 </head>
 <body>
 <div id='welcome' class='background' style='display: block'>
-    <a class='center logo' href='https://github.com/lutzroeder/Netron' target='_blank'>
+    <a class='center logo' href='https://github.com/lutzroeder/netron' target='_blank'>
         <img class='logo absolute' src='logo.svg' />
         <img id='spinner' class='spinner logo absolute' src='spinner.svg' style='display: none;' />
     </a>