Skip to content

Commit

Permalink
Point at D10, and drop references to D8.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 14, 2023
1 parent fab92fb commit beb6688
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion dgi_actions.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'DGI Actions'
description: "DGI Actions"
type: module
package: DGI Actions
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- islandora:islandora
2 changes: 1 addition & 1 deletion modules/dgi_actions_ark_identifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'DGI Actions ARK Identifier'
description: "DGI Actions ARK Identifier sub-module."
type: module
package: DGI Actions
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- dgi_actions:dgi_actions
- dgi_actions:dgi_actions_ezid
2 changes: 1 addition & 1 deletion modules/dgi_actions_ezid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Troubleshooting/Issues
Expand Down
2 changes: 1 addition & 1 deletion modules/dgi_actions_ezid/dgi_actions_ezid.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'DGI Actions EZID'
description: "Provides integration with California Digital Library's EZID service."
type: module
package: DGI Actions
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- dgi_actions:dgi_actions
2 changes: 1 addition & 1 deletion modules/dgi_actions_handle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.


Expand Down
2 changes: 1 addition & 1 deletion modules/dgi_actions_handle/dgi_actions_handle.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'DGI Actions Handle'
description: "Provides integration with Handle.net for minting identifiers."
type: module
package: DGI Actions
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- dgi_actions:dgi_actions

0 comments on commit beb6688

Please sign in to comment.