-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update redirected URLs * fix one more * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Joshua Chen <[email protected]>
- Loading branch information
1 parent
5a7fae1
commit 33cada2
Showing
23 changed files
with
37 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ Here are some popular editors: | |
</td> | ||
<td> | ||
<a | ||
href="https://ingorichter.github.io/BracketsExtensionTweetBot/" | ||
href="https://ingo-richter.io/BracketsExtensionTweetBot/" | ||
rel="external" | ||
>Yes</a | ||
> | ||
|
@@ -104,8 +104,8 @@ Here are some popular editors: | |
<td>$99</td> | ||
<td>Mac</td> | ||
<td> | ||
<a href="https://twitter.com/panic">Twitter</a>, | ||
<a href="https://panic.com/qa" rel="external">Forum</a>, | ||
<a href="https://x.com/panic">Twitter</a>, | ||
<a href="https://help.panic.com/" rel="external">Forum</a>, | ||
<a href="https://nova.app/help/">Online</a> | ||
</td> | ||
<td><a href="https://help.panic.com/nova/">eBook</a></td> | ||
|
@@ -150,7 +150,7 @@ Here are some popular editors: | |
<td>Yes</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://www.espressoapp.com/">Espresso</a></td> | ||
<td><a href="https://espressoapp.com/">Espresso</a></td> | ||
<td>Closed source</td> | ||
<td>$99</td> | ||
<td>Mac</td> | ||
|
@@ -257,7 +257,7 @@ Here are some popular editors: | |
<td>Windows, Mac, Linux</td> | ||
<td> | ||
<a | ||
href="https://www.sublimetext.com/forum/viewforum.php?f=3" | ||
href="https://forum.sublimetext.com/c/technical-support" | ||
rel="external" | ||
>Forum</a | ||
> | ||
|
@@ -269,7 +269,7 @@ Here are some popular editors: | |
Unofficial</a | ||
> | ||
</td> | ||
<td><a href="https://sublime.wbond.net/">Yes</a></td> | ||
<td><a href="https://packagecontrol.io/">Yes</a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://macromates.com/" rel="external">TextMate</a></td> | ||
|
@@ -279,18 +279,15 @@ Here are some popular editors: | |
<td> | ||
<a href="https://twitter.com/macromates">Twitter</a>, | ||
<a href="https://webchat.freenode.net/?channels=textmate">IRC</a>, | ||
<a href="https://lists.macromates.com/listinfo/textmate" rel="external" | ||
<a href="https://lists.macromates.com/postorius/lists/textmate.lists.macromates.com/" rel="external" | ||
>Mailing list</a | ||
>, <a href="mailto:[email protected]">Email</a> | ||
</td> | ||
<td> | ||
<a href="https://manual.macromates.com/en/">Online Manual</a>, | ||
<a href="https://wiki.macromates.com/Main/HomePage" rel="external" | ||
>Wiki</a | ||
> | ||
<a href="https://macromates.com/manual/en/">Online Manual</a> | ||
</td> | ||
<td> | ||
<a href="https://wiki.macromates.com/Main/Plugins" rel="external" | ||
<a href="https://macromates.com/textmate/manual/bundles" rel="external" | ||
>Yes</a | ||
> | ||
</td> | ||
|
@@ -428,7 +425,7 @@ If you like _lots_ of features and your editor is slowing down because of all yo | |
- [Aptana Studio](https://www.axway.com/en/aptana) | ||
- [Eclipse](https://www.eclipse.org/) | ||
- [Komodo IDE](https://www.activestate.com/products/komodo-ide/) | ||
- [NetBeans IDE](https://netbeans.apache.org//) | ||
- [NetBeans IDE](https://netbeans.apache.org/) | ||
- [Visual Studio](https://visualstudio.microsoft.com/) | ||
- [WebStorm](https://www.jetbrains.com/webstorm/) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ The native messaging manifest is a file with a name that matches the string pass | |
</tbody> | ||
</table> | ||
|
||
For example, here's the content of the `ping_pong.json` manifest file for the `ping_pong` native application from the [native messaging example](https://github.com/mdn/webextensions-examples/tree/master/native-messaging): | ||
For example, here's the content of the `ping_pong.json` manifest file for the `ping_pong` native application from the [native messaging example](https://github.com/mdn/webextensions-examples/tree/main/native-messaging): | ||
|
||
```json | ||
{ | ||
|
@@ -217,7 +217,7 @@ The managed storage manifest is a file with a name that matches the ID specified | |
</tbody> | ||
</table> | ||
|
||
For example, in the [favourite-colour example](https://github.com/mdn/webextensions-examples/tree/master/favourite-colour) manage storage data is set in the file named `[email protected]`, which contains: | ||
For example, in the [favourite-colour example](https://github.com/mdn/webextensions-examples/tree/main/favourite-colour) manage storage data is set in the file named `[email protected]`, which contains: | ||
|
||
```json | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.