Skip to content

Commit

Permalink
changed id of OTU to point to correct taxa
Browse files Browse the repository at this point in the history
@lvhart2 have a look-see. I edited this by changing just the OTU id. All else was correct. So that you'll know how to do in future.

Please do check now to see if you get the expected result.
  • Loading branch information
debpaul authored Sep 21, 2023
1 parent 15b41c4 commit 00f541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We welcome you to join us in our efforts.
alt="Acroneuria perplexa"
src="https://sfg.taxonworks.org/s/hh01cy"
style="border-style: none;"><br>
<RouterLink :to="{ name: 'otus-id', params: { id: 895443 } }">
<RouterLink :to="{ name: 'otus-id', params: { id: 895791 } }">
<i>Acroneuria perplexa</i>
</RouterLink>
</td>
Expand Down

2 comments on commit 00f541b

@lvhart2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@debpaul Thanks! It is fixed. I figured that the id needed to be changed but I do not know exactly how to find that info. When you're back in the office maybe you can show me :)

@LocoDelAssembly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lvhart2 when you have the page opened in the browser, in the URL bar you should see something like https://sfg-taxonpages.github.io/plecoptera/#/otus/895791/overview . You need to grab the number in that URL.

Please sign in to comment.