Sfoglia il codice sorgente

Update link to Tripal/Chado Databases.

Lacey Sanderson 6 anni fa
parent
commit
358a02579d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      includes/blast_ui.node.inc

+ 1 - 1
includes/blast_ui.node.inc

@@ -236,7 +236,7 @@ function blastdb_form($node, &$form_state) {
       '#description' => 'The external database you would like to link-out to. '
         . 'Note that this list includes all Tripal Databases and if the database '
         . 'you would like to link-out to is not included you can add it through '
-        . l('Administration > Tripal > Chado Modules > Databases','admin/tripal/chado/tripal_db/add', array('attributes' => array('target' => '_blank')))
+        . l('Administration > Tripal > Data Loaders > Chado Databases','admin/tripal/loaders/chado_db/add', array('attributes' => array('target' => '_blank')))
         . '.',
       '#options' => $db_options,
       '#required' => TRUE,