Skip to content

Commit

Permalink
chore: point-to-prod-contenthub (#143)
Browse files Browse the repository at this point in the history
We now have a production contentHub and should use it, except when testing features of the dev contentHub
  • Loading branch information
khawkins98 authored Feb 10, 2020
1 parent c675e1b commit f1153f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ https://dev.assets.emblstatic.net/vf/v2.0.0-beta.3/scripts/scripts.js
EMBL ContentHub API:

```
https://dev.beta.embl.org/api/v1/
https://www.embl.org/api/v1/
```

* Add and activate **ACF Pro** (Advanced Custom Fields) plugin
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/embl-taxonomy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ The `TERM_ID` refers to the `wp_terms` table primary key.
`options_embl_taxonomy` is the URL for the EMBL Taxonomy JSON feed. For example:

```
https://dev.beta.embl.org/api/v1/pattern.json?pattern=embl-ontology&source=contenthub
https://www.embl.org/api/v1/pattern.json?pattern=embl-ontology&source=contenthub
```

If the three term options are set meta tags will be outputted in the `<head>`.
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/embl-taxonomy/includes/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class EMBL_Taxonomy_Settings {

private $defaults = array(
'embl_taxonomy' => 'https://dev.beta.embl.org/api/v1/pattern.json?pattern=embl-ontology&source=contenthub'
'embl_taxonomy' => 'https://wwww.embl.org/api/v1/pattern.json?pattern=embl-ontology&source=contenthub'
);

private $props = array(
Expand Down

0 comments on commit f1153f8

Please sign in to comment.