diff --git a/Administration.md b/Administration.md index 99354812..484968c0 100644 --- a/Administration.md +++ b/Administration.md @@ -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) \ No newline at end of file +>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) \ No newline at end of file diff --git a/Console-Command-Backup.md b/Console-Command-Backup.md index 81f9208c..65a4ff60 100644 --- a/Console-Command-Backup.md +++ b/Console-Command-Backup.md @@ -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) diff --git a/Console-Command-Begin.md b/Console-Command-Begin.md index 7ac16a60..eb995713 100644 --- a/Console-Command-Begin.md +++ b/Console-Command-Begin.md @@ -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) diff --git a/Console-Command-Browse-Class.md b/Console-Command-Browse-Class.md index 6863a114..bff4fd9c 100644 --- a/Console-Command-Browse-Class.md +++ b/Console-Command-Browse-Class.md @@ -28,7 +28,5 @@ BROWSE CLASS ----+------+------------------- -For more information on other commands, see - -- [Console Commands](Console-Commands.md). +>For more information on other commands, see [Console Commands](Console-Commands.md).