Skip to content

Commit 288d490

Browse files
authored
fix: correct dead links (#2633)
1 parent b7101fb commit 288d490

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/new-ontology.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ body:
115115
attributes:
116116
label: Ontology Download Link
117117
description: What URL can be used to download your Ontology?
118-
placeholder: e.g. https://github.com/obophenotype/uberon/raw/master/uberon.owl
118+
placeholder: e.g. https://github.com/obophenotype/uberon/blob/master/uberon.obo
119119
validations:
120120
required: true
121121

@@ -208,7 +208,7 @@ body:
208208
render: yaml
209209
description: |
210210
Please provide a list of current uses for your ontology in YAML format as a list of objects with `user`, `description`, and `example` keys like in the following example:
211-
211+
212212
```yaml
213213
- user: https://www.rhea-db.org/
214214
description: Rhea uses CHEBI to annotate reaction participants
@@ -228,7 +228,7 @@ body:
228228
attributes:
229229
value: |
230230
# Finishing Up
231-
231+
232232
This final section asks you to introspect on your ontology request.
233233
- type: textarea
234234
id: scenarios
@@ -266,7 +266,7 @@ body:
266266
required: false
267267
- label: My identifiers (classes and properties IRIs) are formatted according to the [OBO Foundry Identifier Policy](http://obofoundry.org/id-policy)
268268
required: false
269-
- label: My term labels are in English and conform to the OBO Foundry [Naming Conventions](http://obofoundry.org/http://obofoundry.org/principles/fp-012-naming-conventions.html)
269+
- label: My term labels are in English and conform to the OBO Foundry [Naming Conventions](http://obofoundry.org/principles/fp-012-naming-conventions.html)
270270
required: false
271271
- label: I understand that term definitions are key to understanding the intentions of a term, especially when the ontology is used in curation. I made sure that a reasonable majority of terms in my ontology--and all top level terms--have definitions, in English, using the [IAO:0000115](https://ontobee.org/ontology/IAO?iri=http://purl.obolibrary.org/obo/IAO_0000115) property.
272272
required: false

0 commit comments

Comments
 (0)