Skip to content

Commit

Permalink
Update confluence links (#2271)
Browse files Browse the repository at this point in the history
Update dev comment to have accessible link text
  • Loading branch information
christinach authored Nov 1, 2023
1 parent 6270558 commit d6ca553
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ assignees: ''
- [ ] No re-indexing required

### Update documentation?
- [ ] Update [Indexing documentation](https://lib-confluence.princeton.edu/display/ALMA/MARC+fields+indexed+in+Blacklight)
- [ ] Update [Indexing documentation](https://pul-confluence.atlassian.net/wiki/spaces/ALMA/pages/1770331/MARC+fields+indexed+in+Blacklight)
- [ ] Update [Documentation directory](https://github.com/pulibrary/bibdata/tree/main/docs)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Formerly known as MARC Liberation (since it liberates MARC data from Voyager).
[![BSD 2-Clause License](https://img.shields.io/badge/license-BSD-blue.svg?style=plastic)](./LICENSE)

Find Internal Documentation on our [confluence
wiki](https://lib-confluence.princeton.edu/pages/viewpage.action?spaceKey=ALMA&title=Alma)
wiki](https://pul-confluence.atlassian.net/wiki/spaces/ALMA/overview)

## Development and testing

Expand Down
4 changes: 2 additions & 2 deletions app/adapters/alma_adapter/alma_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ def status_from_work_order_type
value = item_data["work_order_type"]["value"]
desc = item_data["work_order_type"]["desc"]

# Source for values: https://developers.exlibrisgroup.com/alma/apis/docs/xsd/rest_item.xsd/
# Work Order documentation: https://lib-confluence.princeton.edu/display/ALMA/Work+Orders
# [Source for values](https://developers.exlibrisgroup.com/alma/apis/docs/xsd/rest_item.xsd/)
# [Work Order documentation](https://pul-confluence.atlassian.net/wiki/spaces/ALMA/pages/1770142/Work+Orders)
code = if value.in?(["Bind", "Pres", "CDL", "AcqWorkOrder", "CollDev", "HMT"])
"Unavailable"
else
Expand Down
2 changes: 1 addition & 1 deletion webhook_monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ILS. This is an AWS lambda function that listens for the webhooks and posts
their contents to a queue. In bibdata proper we poll that queue in order
to create our own events and dumps.

An architecture diagram can be found at https://lib-confluence.princeton.edu/display/ALMA/Systems+Documentation
An architecture diagram can be found at [Systems documentation](https://pul-confluence.atlassian.net/wiki/spaces/ALMA/pages/1769784/Systems+Documentation)

## Initial setup

Expand Down

0 comments on commit d6ca553

Please sign in to comment.