Skip to content

Commit d12de8a

Browse files
voetbergrdimaio
authored andcommitted
Fix broken links #500
1 parent 1526a61 commit d12de8a

10 files changed

+5
-5
lines changed

docs/operator/configuration_parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ and how to set them up [here](operator/configuration.md#creating-new-rses).
495495
- **availability_write**: Boolean. Control if this RSE allows writes using any protocol. Default: `True`.
496496
- **credentials**: Dictionary[String, Any]: Specify token credentials used for accessing this RSE if it is in a commercial cloud. No default.
497497
- **delete_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities for deletions. Default: `1`.
498-
- **deterministic**: Boolean: Controls if the RSE is allowed to generate paths based solely on the DID (scope:filename). More info about non-deterministic RSEs [here](started/concepts/replica_workflow/#replica-paths-on-storage). Default: `True`.
498+
- **deterministic**: Boolean: Controls if the RSE is allowed to generate paths based solely on the DID (scope:filename). More info about non-deterministic RSEs [here](started/concepts/replica_workflow.md#replica-paths-on-storage). Default: `True`.
499499
- **domain**: List[String]: Specifies the locations this RSE may be accessed by clients from. Cannot be changed.
500500
- **id**: String: Identification string of the RSE. Cannot be changed.
501501
- **lfn2pfn_algorithm**: String: Name of the algorithm in the configured policy package to be used for creating replica paths. Cannot be changed. If no lfn2pfn_algorithm attribute is set, then the setting defaults to lfn2pfn_algorithm_default in the configured policy package. Default: `default`.
502502
- **qos_class**: String: No functionality in modern Rucio. No default.
503503
- **read_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities for reads. Default: `1`.
504504
- **rse**: String: The name of the Rucio Storage Element as given at creation time. Cannot be changed.
505-
- **rse_type**: String: Specify `DISK` or `TAPE` for control of [QoS](operator/qos_rse_config). Default: `DISK`.
505+
- **rse_type**: String: Specify `DISK` or `TAPE` for control of [QoS](operator/qos_rse_config.md). Default: `DISK`.
506506
- **sign_url**: Optional[str]. Enable cloud support for this storage element. No default.
507507
- **staging_area**: Boolean.Specify if this RSE is a disk buffer to a tertiary storage backend, subject to additional constraints (specifically a lifetime for rules on this RSE must be defined). Default: `False`.
508508
- **third_party_copy_read_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities for TPC reads. Default `1`.
@@ -532,7 +532,7 @@ and how to set them up [here](operator/configuration.md#creating-new-rses).
532532
- **greedyDeletion**: Boolean. Allow files without a rule locking them to be deleted by a Reaper Daemon. Default behavior only marks a file for deletion when there is no space on an RSE for a new required file. Default: `False`.
533533
- **group_by_rse_attribute**: String. Control the RSE attribute (such as `country`) which transfer source RSEs will be grouped by when determining an appropriate transfer source. Default: `UNKNOWN`.
534534
- **globus_endpoint_id**: String. Specify the REST API URL of the Globus transfer manager. No default.
535-
- **hop_penalty**: Integer. Usage cost of this RSE as an intermediate in [multihop transfers](transfers/transfers_overview.md). Overrides the global `transfers/hop_penalty` configuration for this particular RSE.
535+
- **hop_penalty**: Integer. Usage cost of this RSE as an intermediate in [multihop transfers](operator_transfers/transfers_overview.md). Overrides the global `transfers/hop_penalty` configuration for this particular RSE.
536536
Requires `available_for_multihop` attribute is True on the RSE. No default.
537537
- **is_object_store**: Boolean. Control the auditor daemon's behavior. Instead of dumping all files, list them by date. Default: `False`.
538538
- **istape**: Boolean. Default: `False`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/started/concepts/rucio_storage_element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ transfer requests can be made to Rucio in order to populate the cache.
3737
When configuring transfers between RSEs, distances must be defined for that link.
3838
Distances are unidirectional. To allow transfers in both directions, a distance
3939
has to be defined separately in each direction. Refer to the section
40-
[Transfers Overview](transfers/transfers_overview.md) for more details.
40+
[Transfers Overview](operator_transfers/transfers_overview.md) for more details.

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type": "category",
2424
"label": "Transfers",
2525
"items": [
26-
{"type": "autogenerated", "dirName": "transfers"},
26+
{"type": "autogenerated", "dirName": "operator_transfers"},
2727
{
2828
"type": "link",
2929
"label": "TransferTools API",

0 commit comments

Comments
 (0)