Skip to content

Commit 20e0340

Browse files
authored
Change zyedidia/micro to micro-editor/micro (#30)
1 parent fd23227 commit 20e0340

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Micro Editor Website
22

3-
This is the website for the [micro text editor](https://github.com/zyedidia/micro).
3+
This is the website for the [micro text editor](https://github.com/micro-editor/micro).
44

55
You can view it at https://micro-editor.github.io
66

about.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<li><a href="index.html">home</a></li>
4747
<li class="active"><a href="about.html">about</a></li>
4848
<li><a href="plugins.html">plugins</a></li>
49-
<li><a href="https://github.com/zyedidia/micro">development</a></li>
49+
<li><a href="https://github.com/micro-editor/micro">development</a></li>
5050
</ul>
5151
</div>
5252
</div>
@@ -72,23 +72,23 @@ <h2>Documentation and Help</h2>
7272
</div>
7373
<div class="col-sm-8">
7474
<p>Micro has a built-in help system which you can access by pressing <code>Ctrl-E</code> and typing <code>help topic</code>. You can also press <code>Ctrl-G</code> to open the main help file. The help files are also viewable online in the GitHub repository.</p>
75-
<p>I also recommend reading the <a href="https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md">tutorial</a> for
75+
<p>I also recommend reading the <a href="https://github.com/micro-editor/micro/tree/master/runtime/help/tutorial.md">tutorial</a> for
7676
a brief introduction to the more powerful configuration features micro offers.</p>
7777

7878
<br>
79-
<p>If you have any questions, feel free to open an issue in the <a href="https://github.com/zyedidia/micro/issues">GitHub issue tracker</a> or to ask more informally in the <a href="https://gitter.im/zyedidia/micro">Gitter chat</a></p>
79+
<p>If you have any questions, feel free to open an issue in the <a href="https://github.com/micro-editor/micro/issues">GitHub issue tracker</a> or to ask more informally in the <a href="https://gitter.im/zyedidia/micro">Gitter chat</a></p>
8080
</div>
8181
<div class="col-sm-1">
8282
</div>
8383
<div class="col-sm-3">
8484
<h4>Help topics</h4>
8585
<ul style="list-style-type:none; padding:0;">
86-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/help.md">main help</a></li>
87-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/keybindings.md">keybindings</a></li>
88-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/commands.md">commands</a></li>
89-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/colors.md">colors</a></li>
90-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/options.md">options</a></li>
91-
<li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/plugins.md">plugins</a></li>
86+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/help.md">main help</a></li>
87+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/keybindings.md">keybindings</a></li>
88+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/commands.md">commands</a></li>
89+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/colors.md">colors</a></li>
90+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/options.md">options</a></li>
91+
<li><a href="https://github.com/micro-editor/micro/tree/master/runtime/help/plugins.md">plugins</a></li>
9292
</ul>
9393
</div>
9494
</div>

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@
5151
<li class="active"><a href="index.html">home</a></li>
5252
<li><a href="about.html">about</a></li>
5353
<li><a href="plugins.html">plugins</a></li>
54-
<li><a href="https://github.com/zyedidia/micro">development</a></li>
54+
<li><a href="https://github.com/micro-editor/micro">development</a></li>
5555
</ul>
5656
</div>
5757
</div>
5858

5959
<div class="jumbotron">
6060
<p style="font-weight:bold;" class="lead heading">micro</p>
6161
<p class="lead">a modern and intuitive terminal-based text editor</p>
62-
<p><a class="btn btn-lg btn-success" href="https://github.com/zyedidia/micro/releases/latest" role="button">Download</a></p>
62+
<p><a class="btn btn-lg btn-success" href="https://github.com/micro-editor/micro/releases/latest" role="button">Download</a></p>
6363
<pre style="max-width:20em;clear:both;text-align:center;margin:0 auto"><code id="selectable" onclick="selectText(this)">curl https://getmic.ro | bash</code></pre><br>
64-
<a class="github-button" href="https://github.com/zyedidia/micro" data-size="large" data-show-count="true" aria-label="Star zyedidia/micro on GitHub">Star</a>
65-
<p><a style='font-size: 16px;' href="https://github.com/zyedidia/micro#installation">See detailed installation instructions</a></p>
64+
<a class="github-button" href="https://github.com/micro-editor/micro" data-size="large" data-show-count="true" aria-label="Star micro-editor/micro on GitHub">Star</a>
65+
<p><a style='font-size: 16px;' href="https://github.com/micro-editor/micro#installation">See detailed installation instructions</a></p>
6666
</div>
6767
<hr>
6868

@@ -178,7 +178,7 @@ <h4>Terminal Emulator</h4>
178178

179179
<div class="col-lg-12">
180180
<br>
181-
<p style="padding-top: 20px;">And much more! Check out the full list of features <a href="https://github.com/zyedidia/micro#features">here</a> as well as the built-in help system also viewable online <a href="https://github.com/zyedidia/micro/tree/master/runtime/help">here</a>.</p>
181+
<p style="padding-top: 20px;">And much more! Check out the full list of features <a href="https://github.com/micro-editor/micro#features">here</a> as well as the built-in help system also viewable online <a href="https://github.com/micro-editor/micro/tree/master/runtime/help">here</a>.</p>
182182
</div>
183183
</div>
184184

@@ -194,7 +194,7 @@ <h2>Contributing</h2>
194194
<p>For a more informal setting to discuss the editor, you can join the Gitter chat.</p>
195195
<br>
196196
<div class="col-sm-6">
197-
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://github.com/zyedidia/micro" role="button">View the GitHub project</a></p>
197+
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://github.com/micro-editor/micro" role="button">View the GitHub project</a></p>
198198
</div>
199199
<div class="col-sm-6">
200200
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://gitter.im/zyedidia/micro" role="button">Join the Gitter Chat</a></p>
@@ -207,7 +207,7 @@ <h2>Testimonials</h2>
207207
<ul class="testimonials">
208208
<li><p><a href="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">"Finally a simple editor that just works, with amazing mouse support."</a></p></li>
209209
<li><p><a href="https://www.reddit.com/r/golang/comments/4f8e0q/micro_a_modern_and_intuitive_terminalbased_text/d26qse8">"I really love this. This is definitely replacing nano for me."</a></p></li>
210-
<li><p><a href="https://github.com/zyedidia/micro/issues/217#issuecomment-243134046">"Keep up the great work, you have saved me from Nano and Vim suffering!"</a></p></li>
210+
<li><p><a href="https://github.com/micro-editor/micro/issues/217#issuecomment-243134046">"Keep up the great work, you have saved me from Nano and Vim suffering!"</a></p></li>
211211
<li><p><a href="https://twitter.com/kelseyhightower/status/770735086400577536">"The micro text editor is dope."</a></p></li>
212212
<li><p><a href="https://www.reddit.com/r/commandline/comments/5059qw/micro_a_modern_and_intuitive_terminalbased_text/d71t2y8">"Nice, readable source, with generous use of comments. I wonder if this is that 'idiomatic go' I keep hearing about."</a></p></li>
213213
</ul>

plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<li><a href="index.html">home</a></li>
4646
<li><a href="about.html">about</a></li>
4747
<li class="active"><a href="plugins.html">plugins</a></li>
48-
<li><a href="https://github.com/zyedidia/micro">development</a></li>
48+
<li><a href="https://github.com/micro-editor/micro">development</a></li>
4949
</ul>
5050
</div>
5151
</div>

0 commit comments

Comments
 (0)