Compare commits

...

4 Commits

Author SHA1 Message Date
Lex Li 0edbef265d
Merge 14942256e7 into 5ff6483ef7 2024-01-19 21:47:00 -07:00
Gary Ewan Park 5ff6483ef7
Merge pull request #919 from travelmarx/patch-1
Update README.md to point to .com instead of .org
2024-01-14 10:52:37 +00:00
Travelmarx f1fa3c9574
Update README.md to point to .com instead of .org
This is what was already done on OpenLiveWriter.Github.io README.
2020-08-15 11:18:45 +02:00
Lex Li 14942256e7 Changed after publishing behavior to jump to individual post if permanent link exists. 2016-02-20 10:42:29 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Open Live Writer
Open Live Writer makes it easy to write, preview, and post to your blog.
For more information see http://www.OpenLiveWriter.org/.
For more information see http://www.OpenLiveWriter.com/.
[![Build status](https://ci.appveyor.com/api/projects/status/8xpga2y53sgwo24g?svg=true)](https://ci.appveyor.com/project/dotnetfoundation/openlivewriter)
### Installation
You can install the latest version of Open Live Writer alongside an [older version of Windows Live Writer](http://windows.microsoft.com/en-us/windows-live/essentials). Visit
http://www.OpenLiveWriter.org to download and install the latest release.
http://www.OpenLiveWriter.com to download and install the latest release.
### Latest News
The current version of Open Live Writer is our first open source version.
@ -15,7 +15,7 @@ look at the [roadmap](roadmap.md) to see what the current plans are.
For the latest news and updates about Open Live Writer, you can follow us on Twitter
([@OpenLiveWriter](https://twitter.com/OpenLiveWriter)), by keeping an eye on the website
http://www.OpenLiveWriter.org or by watching this repo and subscribing to notifications.
http://www.OpenLiveWriter.com or by watching this repo and subscribing to notifications.
### Contributing
Open Live Writer is an open source project and wouldn't exist without the passionate community of volunteer

View File

@ -647,7 +647,7 @@ namespace OpenLiveWriter.PostEditor
public void ViewPost()
{
if (BlogPost.IsPage && BlogPost.Permalink != String.Empty)
if (BlogPost.Permalink != String.Empty)
ShellHelper.LaunchUrl(BlogPost.Permalink);
else
ShellHelper.LaunchUrl(Blog.HomepageUrl);