1
0
Fork 0

moved triAGENS/ArangoDB to arangodb/arangodb

This commit is contained in:
Frank Celler 2015-01-29 17:33:02 +01:00
parent d392b4b50b
commit c153f72af5
16 changed files with 21 additions and 21 deletions

View File

@ -64,13 +64,13 @@ Under Mac OS X you also need to install:
Download the latest source using GIT:
git clone git://github.com/triAGENS/ArangoDB.git
git clone git://github.com/arangodb/arangodb.git
Note: if you only plan to compile ArangoDB locally and do not want to modify or push
any changes, you can speed up cloning substantially by using the *--single-branch* and
*--depth* parameters for the clone command as follws:
git clone --single-branch --depth 1 git://github.com/triAGENS/ArangoDB.git
git clone --single-branch --depth 1 git://github.com/arangodb/arangodb.git
!SUBSECTION Configure
@ -192,7 +192,7 @@ When compiling with special configure options, you may need the following extra
Download the latest ArangoDB source using *git*:
git clone -b devel git://github.com/triAGENS/ArangoDB.git
git clone -b devel git://github.com/arangodb/arangodb.git
!SUBSECTION Setup

View File

@ -35,7 +35,7 @@ To use ArangoDB on Debian sid (the development version of Debian), a different v
of ICU is required. User baslr provided the following instructions for getting ArangoDB 2.0.7
to work on an x86_64:
[link to Github issue](https://github.com/triAGENS/ArangoDB/issues/865)
[link to Github issue](https://github.com/arangodb/arangodb/issues/865)
Other versions of ArangoDB or other architectures should work similarly.

View File

@ -2,7 +2,7 @@
The following list shows in detail which features have been added or improved in
ArangoDB 2.4. ArangoDB 2.4 also contains several bugfixes that are not listed
here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/triAGENS/ArangoDB/blob/devel/CHANGELOG).
here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/arangodb/arangodb/blob/devel/CHANGELOG).
!SECTION V8 version upgrade

View File

@ -31,7 +31,7 @@ If you want to play with our query language, go to our [AQL Tutorial](https://ww
If you have any questions don't hesitate to ask on:
- [github](https://github.com/triAGENS/ArangoDB/issues)
- [github](https://github.com/arangodb/arangodb/issues)
- [google groups](https://groups.google.com/forum/?hl=de#!forum/arangodb)
- [stackoverflow](http://stackoverflow.com/questions/tagged/arangodb)

View File

@ -49,7 +49,7 @@
{% if options.links.gitbook !== false %}
<li>
<a href="https://github.com/triAGENS/ArangoDB/issues" target="blank"class="issues-link"><i class="fa fa-github"></i> Have any issues? <i class="fa fa-external-link"></i></a>
<a href="https://github.com/arangodb/arangodb/issues" target="blank"class="issues-link"><i class="fa fa-github"></i> Have any issues? <i class="fa fa-external-link"></i></a>
<a href="http://stackoverflow.com/questions/tagged/arangodb" target="blank"><i class="fa fa-stack-overflow"></i> Have any questions? <i class="fa fa-external-link"></i></a>
</li>
{% endif %}
@ -84,4 +84,4 @@ $(function(){
}
});
});
</script>
</script>

2
README
View File

@ -83,7 +83,7 @@ Stay in Contact
Please note that there will be bugs and we'd really appreciate it if you report
them:
https://github.com/triAGENS/ArangoDB/issues
https://github.com/arangodb/arangodb/issues
You can use the Google group for improvements, feature requests, comments
http://www.arangodb.com/community

View File

@ -3,8 +3,8 @@
ArangoDB
========
Master: [![Build Status](https://secure.travis-ci.org/triAGENS/ArangoDB.png?branch=master)](http://travis-ci.org/triAGENS/ArangoDB)
Devel: [![Build Status](https://secure.travis-ci.org/triAGENS/ArangoDB.png?branch=devel)](http://travis-ci.org/triAGENS/ArangoDB)
Master: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb.png?branch=master)](http://travis-ci.org/arangodb/arangodb)
Devel: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb.png?branch=devel)](http://travis-ci.org/arangodb/arangodb)
ArangoDB is a multi-purpose, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.
@ -88,7 +88,7 @@ Stay in Contact
Please note that there will be bugs and we'd really appreciate it if
you report them:
[https://github.com/triAGENS/ArangoDB/issues](https://github.com/triAGENS/ArangoDB/issues)
[https://github.com/arangodb/arangodb/issues](https://github.com/arangodb/arangodb/issues)
You can use the Google group for improvements, feature requests, comments

View File

@ -128,7 +128,7 @@ If you have any questions regarding the installation or other matters please use
For bug reports please use
https://github.com/triAGENS/ArangoDB/issues
https://github.com/arangodb/arangodb/issues
To obtain the version of the currently installed ArangoDB instance, execute the
following on a Command Prompt:

View File

@ -29,6 +29,6 @@
<button id="clusterShutdown" class="button-danger shutdown">Shutdown Cluster</button>
</p>
<p>
If you want to file a bug, please use <a href="https://github.com/triAGENS/ArangoDB/issues">our issue tracker</a>. Or feel free to ask a question on <a href="https://groups.google.com/forum/#!forum/arangodb">our google group</a>.
If you want to file a bug, please use <a href="https://github.com/arangodb/arangodb/issues">our issue tracker</a>. Or feel free to ask a question on <a href="https://groups.google.com/forum/#!forum/arangodb">our google group</a>.
</div>
</script>

View File

@ -42,7 +42,7 @@
Documentation</a></li>
<li class="divider"></li>
<li class="dropdown-header">ArangoDB</li>
<li class="dropdown-item"><a href="https://github.com/triAGENS/ArangoDB" target="_blank">GitHub
<li class="dropdown-item"><a href="https://github.com/arangodb/arangodb" target="_blank">GitHub
Repository</a></li>
<li class="dropdown-item"><a href="https://www.arangodb.com" target="_blank">ArangoDB.com</a></li>
<li class="divider"></li>

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [

View File

@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/triAGENS/ArangoDB.git"
"url": "https://github.com/arangodb/arangodb.git"
},
"contributors": [