Skip to content

Commit

Permalink
Reworked "For more information see" sections to be standardized with …
Browse files Browse the repository at this point in the history
…the rest.
  • Loading branch information
smolinari committed Jan 6, 2016
1 parent fcfd834 commit 4d69245
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
20 changes: 10 additions & 10 deletions Administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ OrientDB also offers several tools for the [import and export of data](Export-an

All of OrientDB's administration facilities are aimed to make your usage of OrientDB as simple and as easy as possible.

See Also:

- [Command Reference](Console-Commands.md)
- [Backup and Restore](Backup-and-Restore.md)
- [Export and Import](Export-and-Import.md)
- [Logging](Logging.md)
- [Studio](Home-page.md)
- [Trouble shooting](Troubleshooting.md)
- [Performance Tuning](Performance-Tuning.md)
- [ETL Tools](ETL-Introduction.md)
>For more information see:
>- [Command Reference](Console-Commands.md)
>- [Backup and Restore](Backup-and-Restore.md)
>- [Export and Import](Export-and-Import.md)
>- [Logging](Logging.md)
>- [Studio](Home-page.md)
>- [Trouble shooting](Troubleshooting.md)
>- [Performance Tuning](Performance-Tuning.md)
>- [ETL Tools](ETL-Introduction.md)
11 changes: 6 additions & 5 deletions Console-Command-Backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ try{
```

>For more information, see:
>- [Restore Database](Console-Command-Restore.md)
>- [Export Database](Console-Command-Export.md)
>- [Import Database](Console-Command-Import.md)
>- [Console-Commands](Console-Commands.md)
>- [ODatabaseExport Java class](https://github.com/orientechnologies/orientdb/blob/master/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseExport.java)
> - [Restore Database](Console-Command-Restore.md)
> - [Export Database](Console-Command-Export.md)
> - [Import Database](Console-Command-Import.md)
> - [Console-Commands](Console-Commands.md)
> - [ODatabaseExport Java class](https://github.com/orientechnologies/orientdb/blob/master/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseExport.java)
10 changes: 5 additions & 5 deletions Console-Command-Begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ BEGIN

When a transaction is open, new records all have temporary Record ID's, which are given negative values, (for instance, like the `#9:-2` shown above). These remain in effect until you run [`COMMIT`](Console-Command-Commit.md)

For more information on Transactions, see
>For more information on Transactions, see
- [Transactions](Transactions.md)
- [Console Command COMMIT](Console-Command-Commit.md)
- [Console Command ROLLBACK](Console-Command-Rollback.md)
- [Console Commands](Console-Commands.md)
>- [Transactions](Transactions.md)
>- [Console Command COMMIT](Console-Command-Commit.md)
>- [Console Command ROLLBACK](Console-Command-Rollback.md)
>- [Console Commands](Console-Commands.md)
4 changes: 1 addition & 3 deletions Console-Command-Browse-Class.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ BROWSE CLASS <class-name>
----+------+-------------------
</pre>

For more information on other commands, see

- [Console Commands](Console-Commands.md).
>For more information on other commands, see [Console Commands](Console-Commands.md).

0 comments on commit 4d69245

Please sign in to comment.