Author: ericwa
Date: Wed Jun  4 03:01:52 2014
New Revision: 10681

URL: http://svn.gna.org/viewcvs/etoile?rev=10681&view=rev
Log:
CoreObject blog post: fix links

Modified:
    web/news/posts/2014/06/03/1853.html

Modified: web/news/posts/2014/06/03/1853.html
URL: 
http://svn.gna.org/viewcvs/etoile/web/news/posts/2014/06/03/1853.html?rev=10681&r1=10680&r2=10681&view=diff
==============================================================================
--- web/news/posts/2014/06/03/1853.html (original)
+++ web/news/posts/2014/06/03/1853.html Wed Jun  4 03:01:52 2014
@@ -7,14 +7,14 @@
 Some of the features include:
 
 - a DVCS (focusing on personal version control right now) with branching and 
cheap copying, designed to work with very fine-grained commits (i.e. 
applications where every UI action creates a commit)
-- selective undo, based on diff/merge of object graphs (see 
http://coreobject.org/technotes/#diffmerge )
+- selective undo, based on diff/merge of object graphs (see 
<http://coreobject.org/technotes/#diffmerge>)
 - robust real-time collaborative editing, including sharing of revision 
history, per-user undo, all without  operational transform
 - powerful undo system that is persistent (survives app restarts), branching, 
and can record all possible changes to a CoreObject store. You can undo things 
like reverting to past states, switching branches, deleting branches, deleting 
documents, etc.
 - automatic, metamodel-driven copying of subsets of an object graph
 
-More at: http://coreobject.org/index.html#features and 
https://github.com/etoile/CoreObject/blob/master/README.md
+More at: <http://coreobject.org/index.html#features> and 
<https://github.com/etoile/CoreObject/blob/master/README.md>
 
-There are several short videos at http://coreobject.org and some technical 
notes on how the system works at: http://coreobject.org/technotes/
+There are several short videos at <http://coreobject.org> and some technical 
notes on how the system works at: <http://coreobject.org/>technotes/
 
 
 Get it
@@ -22,8 +22,8 @@
 
 CoreObject is MIT-licensed. It has an extensive test suite which is passing on 
GNUstep and Mac OS X 10.7+, but our demo applications only work on Mac OS X 
10.7+.
 
-The source code, including dependencies, can be downloaded here: 
http://download.gna.org/etoile/coreobject/CoreObject-0.5.tgz
+The source code, including dependencies, can be downloaded here: 
<http://download.gna.org/etoile/coreobject/CoreObject-0.5.tgz>
 
-You can grab the source code directory from Github, but without the 
dependencies: https://github.com/etoile/CoreObject
+You can grab the source code directory from Github, but without the 
dependencies: <https://github.com/etoile/CoreObject>
 
-For bugs reports, see: https://github.com/etoile/CoreObject/issues
+For bugs reports, see: <https://github.com/etoile/CoreObject/issues>


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to